@ -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);
@ -1054,5 +1054,9 @@ namespace SqlSugar
public static string FiledNameSql()
return $"[value=sql{UtilConstants.ReplaceKey}]";