mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Synchronization code
This commit is contained in:
parent
757aa84b48
commit
d8b0f13916
@ -55,7 +55,7 @@ namespace SqlSugar
|
||||
else
|
||||
{
|
||||
var bigSize = 500;
|
||||
if (groupList.Count < bigSize)
|
||||
if (groupList.Count < bigSize||this.Context?.CurrentConnectionConfig?.MoreSettings?.EnableOracleIdentity==true)
|
||||
{
|
||||
string result = Small(identities, groupList, columnsString);
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user