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) {