This commit is contained in:
2025-04-28 10:25:01 +08:00
parent da57cd5e5c
commit 9b50bb7a59
2 changed files with 12 additions and 6 deletions

View File

@@ -98,7 +98,7 @@ namespace MyCode.Project.OutSideService.Implementation
{
FormId = "BD_Supplier",
FieldKeys = "FNumber,FCountry,FName",
Limit = 200,
Limit = 900000,
StartRow = 0,
};
string json = JsonHelper.ToJson(billQuery);
@@ -125,7 +125,7 @@ namespace MyCode.Project.OutSideService.Implementation
{
FormId = "ORG_Organizations",
FieldKeys = "FNumber,FName,FORGID",
Limit = 200,
Limit = 90000,
StartRow = 0,
};
string json = JsonHelper.ToJson(billQuery);