mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update TDengine
This commit is contained in:
parent
8a70eacb50
commit
50e601e953
@ -54,7 +54,7 @@ namespace SqlSugar.TDengine
|
||||
else
|
||||
{
|
||||
StringBuilder batchInsetrSql = new StringBuilder();
|
||||
int pageSize = 200;
|
||||
int pageSize = 1000000;
|
||||
int pageIndex = 1;
|
||||
if (IsNoPage&&IsReturnPkList)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user