mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-16 04:59:34 +08:00
BUG As(xx).ExecuteReturnPkList<long>()
This commit is contained in:
parent
bb2876593d
commit
1438b75ae6
@ -741,6 +741,7 @@ namespace SqlSugar
|
||||
foreach (var item in this.InsertObjs)
|
||||
{
|
||||
var insertable = this.Context.Insertable(item)
|
||||
.AS(this.InsertBuilder.AsName)
|
||||
.InsertColumns(this.InsertBuilder.DbColumnInfoList.Select(it => it.DbColumnName).Distinct().ToArray());
|
||||
if (pkInfo.UnderType == UtilConstants.IntType)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user