From 38ef4366ad819bb3a7fc604e6c51a95193d59b00 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 21 十二月 2022 11:53:03 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/controller/show/DataLibController.java |   21 ---------------------
 1 files changed, 0 insertions(+), 21 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 09d4852..c27c7e3 100644
--- a/src/main/java/com/lf/server/controller/show/DataLibController.java
+++ b/src/main/java/com/lf/server/controller/show/DataLibController.java
@@ -131,27 +131,6 @@
     }
 
     @SysLog()
-    @ApiOperation(value = "鏌ヨ瀛楁淇℃伅")
-    @ApiImplicitParams({
-            @ApiImplicitParam(name = "ns", value = "鍚嶇О绌洪棿", dataType = "String", paramType = "query", example = "bd"),
-            @ApiImplicitParam(name = "tab", value = "琛ㄥ悕", dataType = "String", paramType = "query", example = "dlg25wAanp")
-    })
-    @GetMapping(value = "/selectTabFields")
-    public ResponseMsg<List<DictEntity>> selectTabFields(String ns, String tab) {
-        try {
-            if (StringHelper.isEmpty(ns) || StringHelper.isEmpty(tab)) {
-                return fail("鍚嶇О绌洪棿鍜岃〃鍚嶄笉鑳戒负绌�", null);
-            }
-
-            List<DictEntity> list = baseQueryService.selectFields(ns, tab);
-
-            return success(list);
-        } catch (Exception ex) {
-            return fail(ex.getMessage(), null);
-        }
-    }
-
-    @SysLog()
     @ApiOperation(value = "璇锋眰鍏冩暟鎹笅杞�")
     @ApiImplicitParams({
             @ApiImplicitParam(name = "reqEntity", value = "璇锋眰涓嬭浇瀹炰綋", dataType = "DownloadReqEntity", paramType = "body")

--
Gitblit v1.9.3