问题修改及优化
This commit is contained in:
parent
392787f8cb
commit
a25e87eae6
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue