From e2ed0e7e6d4eb6658d51228a1b9aabdcc7789fd4 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Fri, 5 Dec 2025 17:14:20 +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 e6ac1e9a..5f723795 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 @@ -2293,7 +2293,7 @@ public class SltAgreementInfoController extends BaseController { @ApiOperation(value = "查询导出进度") - @PostMapping("/exportProgress") + @PostMapping("/exZipProgress") public ResponseEntity getExportProgress(@RequestBody SltAgreementInfo info) { String taskId = info.getTaskId(); ExportProgressManager.ExportProgress progress = exportProgressManager.getProgress(taskId);