管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-03-28 d3d32bede6f5dfe8fa1939c7fb85f0af57ea3358
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) {