mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-29 10:49:36 +08:00
Update db.Storageable
This commit is contained in:
parent
53dd753736
commit
48a59b3afd
@ -90,7 +90,7 @@ namespace SqlSugar
|
||||
}
|
||||
else
|
||||
{
|
||||
return thisValue.ObjToString();
|
||||
return thisValue.ObjToStringNoTrim();
|
||||
}
|
||||
}
|
||||
public static string ObjToString(this object thisValue)
|
||||
|
Loading…
Reference in New Issue
Block a user