From a25e87eae61d2c367ebff3b3017163b5333a18d4 Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Mon, 29 Jul 2024 18:29:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9=E5=8F=8A?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../aqgqj/basis/controller/TestReportManageController.java | 2 -- 1 file changed, 2 deletions(-) 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 {