From e2cfc347670213e159da4b9e68e814953d48b0dc Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 30 三月 2023 12:23:36 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/controller/all/BaseQueryController.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/lf/server/controller/all/BaseQueryController.java b/src/main/java/com/lf/server/controller/all/BaseQueryController.java
index 0138ae9..1aea0f5 100644
--- a/src/main/java/com/lf/server/controller/all/BaseQueryController.java
+++ b/src/main/java/com/lf/server/controller/all/BaseQueryController.java
@@ -395,7 +395,7 @@
             }
             dirs = DataLibService.copeCodes(dirs, "dirid");
             if (dirs != null) {
-                filters += String.format(" and (%s)", dirs);
+                filters += String.format(" and %s", dirs);
             }
 
             String field = null == hasGeom || !hasGeom ? "gid" : "geom";
@@ -607,7 +607,7 @@
         }
     }
 
-    @SysLog()
+    /*@SysLog()
     @ApiOperation(value = "璇锋眰DB鏁版嵁涓嬭浇")
     @ApiImplicitParams({
             @ApiImplicitParam(name = "dr", value = "璇锋眰涓嬭浇瀹炰綋", dataType = "DownloadReqEntity", paramType = "body")
@@ -671,7 +671,7 @@
         } catch (Exception ex) {
             return fail(ex, null);
         }
-    }
+    }*/
 
     @SysLog()
     @ApiOperation(value = "鏌ョ湅鏂囦欢")

--
Gitblit v1.9.3