123
This commit is contained in:
@@ -411,6 +411,7 @@ namespace MyCode.Project.Services.Implementation
|
||||
|
||||
trades.AddRange(list1.Data);
|
||||
requestBizData.PageIndex = pageIndex;
|
||||
requestBizData.contextId = TotalResults;
|
||||
pageIndex++;
|
||||
Thread.Sleep(100);
|
||||
response = Call(EnumAttribute.GetAttribute(ApiEnum.ERPSTORAGEGOODSDOCOUTV2).Value, "1.0", requestBizData);
|
||||
@@ -468,9 +469,9 @@ namespace MyCode.Project.Services.Implementation
|
||||
//}).ToList();
|
||||
|
||||
|
||||
//return reslut;
|
||||
return trades;
|
||||
|
||||
|
||||
return new List<ErpStorageGoodsDocOutV2ResponseBizData>();
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user