Update db.Storageable

This commit is contained in:
sunkaixuan 2022-11-21 15:58:11 +08:00
parent 53dd753736
commit 48a59b3afd

View File

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