实现下载案件压缩包

This commit is contained in:
qitz
2023-12-11 18:00:37 +08:00
parent b2d42ccfba
commit 0c968937af
4 changed files with 148 additions and 19 deletions
@@ -337,6 +337,16 @@ public class CaseApplicationController extends BaseController {
return success(caseApplicationselect);
}
/**
* 下载案件压缩包
*/
@PostMapping("/downloadCaseZipFile")
public AjaxResult downloadCaseZipFile(@Validated @RequestBody CaseApplication caseApplication) {
CaseAttach caseAttach = caseApplicationService.downloadCaseZipFile(caseApplication);
return success(caseAttach);
}
/**
* 发送房间号短信