Synchronization code

This commit is contained in:
sunkaixuan 2022-11-21 16:01:12 +08:00
parent 48a59b3afd
commit d3d3ea6088

View File

@ -90,7 +90,7 @@ namespace SqlSugar
}
else
{
return thisValue.ObjToString();
return thisValue.ObjToStringNoTrim();
}
}
public static string ObjToString(this object thisValue)