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 = "查看文件")