LAPTOP-BJJ3IV5R\SIWEI 11 months ago
parent
commit
e0dbe77f73

+ 1 - 0
onemap-modules/onemap-apply/src/main/java/com/onemap/apply/service/impl/table/TableDataSelectServiceImpl.java

@@ -204,6 +204,7 @@ public class TableDataSelectServiceImpl implements TableDataSelectService {
         targetTableVo.setRawTableName(tableName);
         targetTableVo.setIsGeography(false);
         targetTableVo.setSrid(SRID);
+        targetTableVo.setSiweiArea(true);
         List<Map> from_jg = httpAnalyseService.targetTable(targetTableVo);
         if (from_jg == null || from_jg.size() <= 0) {
             return retList;