mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Synchronous code
This commit is contained in:
parent
7f07b2d42f
commit
00605da0e6
@ -76,6 +76,11 @@ namespace SqlSugar
|
||||
}
|
||||
|
||||
batchInsetrSql.AppendLine(";SELECT LAST_INSERT_ROWID();");
|
||||
if (MySqlIgnore)
|
||||
{
|
||||
batchInsetrSql.Remove(0, "INSERT INTO `".Length);
|
||||
batchInsetrSql.Insert(0, "REPLACE INTO `");
|
||||
}
|
||||
var result = batchInsetrSql.ToString();
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user