问题修复

This commit is contained in:
hongchao 2025-12-05 17:43:45 +08:00
parent 334bde0d33
commit a11b19e93c
1 changed files with 1 additions and 1 deletions

View File

@ -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());