From a11b19e93c540333d6b760f572e6e8dc16efceeb Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Fri, 5 Dec 2025 17:43:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../settlement/controller/SltAgreementInfoController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());