|
@@ -309,7 +309,7 @@ namespace TEAMModelBI.Controllers.BISchool
|
|
|
cosmosClient = _azureCosmos.GetCosmosClient(name: BIConst.Global);
|
|
|
int scCnt = 0;
|
|
|
|
|
|
- int? pageSize = 50; //默认不指定返回大小
|
|
|
+ int? pageSize = 100; //默认不指定返回大小
|
|
|
string continuationToken = string.Empty; //返给前端分页token
|
|
|
string pageToken = default;//接受前端的分页Tolen
|
|
|
bool iscontinuation = false;//是否需要进行分页查询,默认不分页
|