|
|
@ -15,6 +15,7 @@ using Volo.Abp; |
|
|
|
using Volo.Abp.Application.Dtos; |
|
|
|
using Volo.Abp.Application.Services; |
|
|
|
using Volo.Abp.Caching; |
|
|
|
using Volo.Abp.Uow; |
|
|
|
using Win.Abp.Snowflakes; |
|
|
|
using Win.Sfs.BaseData.ImportExcelCommon; |
|
|
|
using Win.Sfs.SettleAccount.CommonManagers; |
|
|
@ -976,6 +977,7 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
|
[HttpPost] |
|
|
|
[Route("FisUpdateExportService")] |
|
|
|
[DisableRequestSizeLimit] |
|
|
|
[UnitOfWork(isTransactional: false)] |
|
|
|
public async Task<string> FisUpdateExportServiceMake( |
|
|
|
HQKanbanRequestDto input |
|
|
|
) |
|
|
|