33
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user