Update 人大金仓

This commit is contained in:
sunkaixuan
2024-09-19 14:48:29 +08:00
parent b72983e399
commit c873d24be1

View File

@@ -387,7 +387,7 @@ namespace SqlSugar
public override string MergeString(params string[] strings)
{
var key = Guid.NewGuid() + "";
return " concat(" + string.Join(",", strings.Select(it => it?.Replace("+", key))).Replace("+", "").Replace(key, "+") + ") ";
return " pg_catalog.concat(" + string.Join(",", strings.Select(it => it?.Replace("+", key))).Replace("+", "").Replace(key, "+") + ") ";
}
public override string IsNull(MethodCallExpressionModel model)
{