mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
-
This commit is contained in:
@@ -114,7 +114,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
if (value.GetType() == UtilConstants.StringType && value.ToString().Contains("{SugarSeq:=}"))
|
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());
|
var type = UtilMethods.GetUnderType(value.GetType());
|
||||||
if (type == UtilConstants.DateType)
|
if (type == UtilConstants.DateType)
|
||||||
|
Reference in New Issue
Block a user