mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
-
This commit is contained in:
parent
c8ae7d6a81
commit
e761466a15
@ -57,7 +57,7 @@ namespace SqlSugar
|
||||
result +=this.Context.SaveQueues(false);
|
||||
});
|
||||
if (this.Context.CurrentConnectionConfig.DbType == DbType.Oracle)
|
||||
return objects.Length;
|
||||
result=objects.Length;
|
||||
return result;
|
||||
}
|
||||
public async Task<int> DefaultExecuteCommandAsync()
|
||||
@ -84,7 +84,7 @@ namespace SqlSugar
|
||||
this.Context.AddQueue("end");
|
||||
result += await this.Context.SaveQueuesAsync(false);
|
||||
if (this.Context.CurrentConnectionConfig.DbType == DbType.Oracle)
|
||||
return objects.Length;
|
||||
result= objects.Length;
|
||||
return result;
|
||||
});
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user