问题修改及优化

This commit is contained in:
hayu 2024-07-29 18:29:51 +08:00
parent 392787f8cb
commit a25e87eae6
1 changed files with 0 additions and 2 deletions

View File

@ -154,7 +154,6 @@ public class TestReportManageController {
}
@GetMapping("/downloadReport")
@LogAnnotation(operModul = "检测报告管理", operation = "合格证下载", operDesc = "业务级事件", operType = "查询")
public void downloadReport(HttpServletRequest request, HttpServletResponse response){
// 处理请求参数
TestReportManageDto vo = new TestReportManageDto();
@ -251,7 +250,6 @@ public class TestReportManageController {
@GetMapping("/download")
@LogAnnotation(operModul = "检测报告管理", operation = "检测报告下载", operDesc = "业务级事件", operType = "查询")
public ResponseEntity<FileSystemResource> downloadFile(HttpServletRequest request) {
File tempZipFile = null;
try {