mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update db.Storageable
This commit is contained in:
@@ -90,7 +90,7 @@ namespace SqlSugar
|
||||
}
|
||||
else
|
||||
{
|
||||
return thisValue.ObjToString();
|
||||
return thisValue.ObjToStringNoTrim();
|
||||
}
|
||||
}
|
||||
public static string ObjToString(this object thisValue)
|
||||
|
Reference in New Issue
Block a user