mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update XuguInsertBuilder.cs
This commit is contained in:
parent
31508c89ee
commit
52bb34cc73
@ -18,7 +18,7 @@ namespace SqlSugar.Xugu
|
||||
return @"INSERT INTO {0}
|
||||
({1})
|
||||
VALUES
|
||||
({2}) RETURNING $PrimaryKey未实现返回主键 " + UtilConstants.ReplaceCommaKey.Replace("{", "").Replace("}", "");
|
||||
({2});SELECT LAST_INSERT_ID(); " + UtilConstants.ReplaceCommaKey.Replace("{", "").Replace("}", "");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user