forked from ddrilling/AsbCloudServer
Фикс бага неполного экспорта ГГД
This commit is contained in:
parent
e1748ebfe4
commit
9006e1e36c
@ -42,7 +42,9 @@ public class WellOperationExport<TTemplate> : ExcelExportService<WellOperationDt
|
||||
{
|
||||
var request = new WellOperationRequest(new[] { options.IdWell })
|
||||
{
|
||||
OperationType = options.IdType
|
||||
OperationType = options.IdType,
|
||||
Skip = 0,
|
||||
Take = 1000000,
|
||||
};
|
||||
|
||||
return wellOperationRepository.GetAsync(request, token);
|
||||
|
Loading…
Reference in New Issue
Block a user