From bf9f5d506d34cbbcc68f77cdf71e30a6cf3cd7d4 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 09 八月 2023 13:50:07 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/controller/show/DataLibController.java |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/main/java/com/lf/server/controller/show/DataLibController.java b/src/main/java/com/lf/server/controller/show/DataLibController.java
index 85a0414..9694661 100644
--- a/src/main/java/com/lf/server/controller/show/DataLibController.java
+++ b/src/main/java/com/lf/server/controller/show/DataLibController.java
@@ -55,12 +55,6 @@
     DataLibService dataLibService;
 
     @Autowired
-    DownlogService downlogService;
-
-    @Autowired
-    DownloadService downloadService;
-
-    @Autowired
     BaseQueryService baseQueryService;
 
     @Autowired
@@ -161,7 +155,7 @@
     @SysLog()
     @ApiOperation(value = "璇锋眰鍏冩暟鎹笅杞�")
     @ApiImplicitParams({
-            @ApiImplicitParam(name = "reqEntity", value = "璇锋眰涓嬭浇瀹炰綋", dataType = "DownloadReqEntity", paramType = "body")
+            @ApiImplicitParam(name = "dr", value = "璇锋眰涓嬭浇瀹炰綋", dataType = "DownloadReqEntity", paramType = "body")
     })
     @ResponseBody
     @PostMapping(value = "/downloadReq")
@@ -171,7 +165,7 @@
                 return fail("瀵嗙爜涓嶈兘涓虹┖");
             }
             if (null == dr.getIds() || dr.getIds().isEmpty()) {
-                return fail("璇烽�夋嫨瑕佷笅杞界殑鏂囦欢");
+                return fail("璇烽�夋嫨瑕佷笅杞界殑鏂囦欢ID");
             }
             if (!DownloadService.decryptPwd(dr)) {
                 return fail("瀵嗙爜瑙e瘑澶辫触", null);

--
Gitblit v1.9.3