From c565deb6ad9903ddc7fb09647adf4fc2cc31ef49 Mon Sep 17 00:00:00 2001
From: xing <xingjs@qq.com>
Date: 星期一, 27 二月 2023 17:21:27 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/main/java/com/lf/server/controller/show/DataLibController.java |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 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 18aed6b..c48fc2f 100644
--- a/src/main/java/com/lf/server/controller/show/DataLibController.java
+++ b/src/main/java/com/lf/server/controller/show/DataLibController.java
@@ -67,7 +67,7 @@
     VerService verService;
 
     /*@SysLog()
-    @ApiOperation(value = "鍒嗛〉鏌ヨ婧愭暟鎹� *")
+    @ApiOperation(value = "鍒嗛〉鏌ヨ鍏冩暟鎹� *")
     @ApiImplicitParams({
             @ApiImplicitParam(name = "depcode", value = "鍗曚綅缂栫爜", dataType = "String", paramType = "query", example = "00"),
             @ApiImplicitParam(name = "dircode", value = "鐩綍缂栫爜", dataType = "String", paramType = "query", example = "00"),
@@ -120,7 +120,7 @@
     }
 
     @SysLog()
-    @ApiOperation(value = "鍒嗛〉鏌ヨ婧愭暟鎹�")
+    @ApiOperation(value = "鍒嗛〉鏌ヨ鍏冩暟鎹�")
     @ApiImplicitParams({
             @ApiImplicitParam(name = "depcode", value = "鍗曚綅缂栫爜", dataType = "String", paramType = "query", example = "00"),
             @ApiImplicitParam(name = "dirs", value = "鐩綍缂栫爜", dataType = "String", paramType = "query", example = "00,01"),
@@ -152,7 +152,7 @@
     @SysLog()
     @ApiOperation(value = "鏌ヨ琛ㄤ腑鏁版嵁")
     @ApiImplicitParams({
-            @ApiImplicitParam(name = "id", value = "婧愭暟鎹甀D", dataType = "Integer", paramType = "query", example = "115"),
+            @ApiImplicitParam(name = "id", value = "鍏冩暟鎹甀D", dataType = "Integer", paramType = "query", example = "115"),
             @ApiImplicitParam(name = "pageIndex", value = "鍒嗛〉鏁帮紙浠�1寮�濮嬶級", dataType = "Integer", paramType = "query", example = "1"),
             @ApiImplicitParam(name = "pageSize", value = "姣忛〉鏉℃暟", dataType = "Integer", paramType = "query", example = "10")
     })
@@ -161,12 +161,12 @@
         // noinspection AlibabaRemoveCommentedCode
         try {
             if (null == id || id < 0) {
-                return fail("婧愭暟鎹甀D涓嶈兘涓虹┖鎴栧皬浜�0", null);
+                return fail("鍏冩暟鎹甀D涓嶈兘涓虹┖鎴栧皬浜�0", null);
             }
 
             MetaEntity meta = metaService.selectById(id);
             if (null == meta || null == meta.getTab() || !meta.getTab().contains(StaticData.POINT)) {
-                return fail("鎵句笉鍒版簮鏁版嵁淇℃伅", null);
+                return fail("鎵句笉鍒板厓鏁版嵁淇℃伅", null);
             }
 
             String entity = meta.getTab().substring(meta.getTab().indexOf(".") + 1).replace("_", "").toLowerCase();
@@ -189,7 +189,7 @@
     }
 
     @SysLog()
-    @ApiOperation(value = "璇锋眰婧愭暟鎹笅杞�")
+    @ApiOperation(value = "璇锋眰鍏冩暟鎹笅杞�")
     @ApiImplicitParams({
             @ApiImplicitParam(name = "reqEntity", value = "璇锋眰涓嬭浇瀹炰綋", dataType = "DownloadReqEntity", paramType = "body")
     })
@@ -212,7 +212,7 @@
 
             List<MetaEntity> list = metaService.selectMetaFiles(reqEntity.getIds());
             if (null == list || list.isEmpty()) {
-                return fail("娌℃湁鎵惧埌婧愭暟鎹�");
+                return fail("娌℃湁鎵惧埌鍏冩暟鎹�");
             }
 
             UserEntity ue = tokenService.getCurrentUser(req);

--
Gitblit v1.9.3