mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-31 15:56:25 +08:00
Code optimization
This commit is contained in:
parent
809cacb614
commit
85ad8d8770
@ -139,7 +139,7 @@ namespace SqlSugar
|
||||
mainIndex++;
|
||||
continue;
|
||||
}
|
||||
else if (item.FieldName == $"[value=sql{UtilConstants.ReplaceKey}]")
|
||||
else if (item.FieldName == UtilMethods.FiledNameSql())
|
||||
{
|
||||
builder.Append(item.FieldValue);
|
||||
continue;
|
||||
|
@ -1054,5 +1054,9 @@ namespace SqlSugar
|
||||
}
|
||||
}
|
||||
|
||||
public static string FiledNameSql()
|
||||
{
|
||||
return $"[value=sql{UtilConstants.ReplaceKey}]";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user