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