diff --git a/bonus-modules/bonus-material/src/main/java/com/bonus/material/settlement/controller/SltAgreementInfoController.java b/bonus-modules/bonus-material/src/main/java/com/bonus/material/settlement/controller/SltAgreementInfoController.java index 5f723795..10bb2b8f 100644 --- a/bonus-modules/bonus-material/src/main/java/com/bonus/material/settlement/controller/SltAgreementInfoController.java +++ b/bonus-modules/bonus-material/src/main/java/com/bonus/material/settlement/controller/SltAgreementInfoController.java @@ -2304,7 +2304,7 @@ public class SltAgreementInfoController extends BaseController { } @ApiOperation(value = "下载导出文件") - @PostMapping("/downloadExport") + @PostMapping("/downloadExZip") public void downloadExportFile(@RequestBody SltAgreementInfo info, HttpServletResponse response) { try { ExportProgressManager.ExportProgress progress = exportProgressManager.getProgress(info.getTaskId());