This commit is contained in:
skx
2020-10-30 18:51:45 +08:00
parent 99f37e08af
commit 3834193b0f

View File

@@ -114,7 +114,7 @@ namespace SqlSugar
{
if (value.GetType() == UtilConstants.StringType && value.ToString().Contains("{SugarSeq:=}"))
{
return value.ToString().Replace("\"{SugarSeq:=}", "").Replace("{SugarSeq:=}\"", "");
return value.ToString().Replace("{SugarSeq:=}", "");
}
var type = UtilMethods.GetUnderType(value.GetType());
if (type == UtilConstants.DateType)