diff --git a/src/main/java/com/bonus/aqgqj/basis/controller/TestReportManageController.java b/src/main/java/com/bonus/aqgqj/basis/controller/TestReportManageController.java index 94b5c40..2d39585 100644 --- a/src/main/java/com/bonus/aqgqj/basis/controller/TestReportManageController.java +++ b/src/main/java/com/bonus/aqgqj/basis/controller/TestReportManageController.java @@ -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 downloadFile(HttpServletRequest request) { File tempZipFile = null; try {