mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 21:13:46 +08:00
-
This commit is contained in:
@@ -173,7 +173,7 @@ namespace SqlSugar
|
||||
|
||||
public override string MergeString(params string[] strings)
|
||||
{
|
||||
return string.Join("||", strings).Replace("+", "");
|
||||
return string.Join("||", strings);
|
||||
}
|
||||
|
||||
public override string GetDate()
|
||||
|
Reference in New Issue
Block a user