|
@ -96,6 +96,11 @@ namespace SqlSugar |
|
|
batchInsetrSql.AppendLine("SELECT 1 FROM DUAL"); |
|
|
batchInsetrSql.AppendLine("SELECT 1 FROM DUAL"); |
|
|
} |
|
|
} |
|
|
var result= batchInsetrSql.ToString(); |
|
|
var result= batchInsetrSql.ToString(); |
|
|
|
|
|
if (result.Contains("{SugarSeq:=}")) |
|
|
|
|
|
{ |
|
|
|
|
|
result = result.Replace("\"{SugarSeq:=}", ""); |
|
|
|
|
|
result = result.Replace("{SugarSeq:=}\"", ""); |
|
|
|
|
|
} |
|
|
return result; |
|
|
return result; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|