管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-03-29 661efd3b4b34c4d0b3c9ee1e51badd3111692abc
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";
@@ -634,7 +634,7 @@
            }
            UserEntity ue = tokenService.getCurrentUser(req);
            String guid = dataLibService.downloadDbReq4Wkt(ue, dr);
            String guid = dataLibService.downloadDbReq(ue, dr);
            return success(guid);
        } catch (Exception ex) {