This commit is contained in:
2021-12-30 15:11:45 +00:00
parent f8d47551ee
commit e8ad7901ec
5 changed files with 20 additions and 12 deletions

View File

@@ -805,7 +805,10 @@ namespace AyaNova.Biz
idList = idList.Skip(IReportAbleObject.REPORT_DATA_BATCH_SIZE).ToArray();
batchResults.Clear();
foreach (long batchId in batch)
{
if (!ReportRenderManager.KeepGoing(jobId)) return null;
batchResults.Add(await QuoteGetPartialAsync(dataListSelectedRequest.AType, batchId, dataListSelectedRequest.IncludeWoItemDescendants, true));
}
foreach (Quote w in batchResults)
{