gushoubang 7 месяцев назад
Родитель
Сommit
e477f3c1fa

+ 1 - 1
onemap-modules/onemap-analyse/src/main/java/com/onemap/analyse/service/impl/FzssServiceImpl.java

@@ -325,7 +325,7 @@ public class FzssServiceImpl implements IFzssService {
             }
 
             FactorSpatialVo factorSpatialVo = factorUseDTO.getConditionInfoObj();
-            if (factorSpatialVo.equals("intersect")) {
+            if (factorSpatialVo.getSpatialType().equals("intersect")) {
                 // 1.先切割因子地块
                 String calculateEwkt = getFactorEwkt(factorUseDTO.getFactorBsm(), ewkt, Float.parseFloat(factorSpatialVo.getDefaultValue()), 0);
                 if (factorSpatialVo.isClip()) {

+ 13 - 2
sql/pgsql/0_init.sql

@@ -1,7 +1,9 @@
 -- 8.22
 -- nacos analyse服务添加下
 
-# 配置 feign 默认请求时间仅几秒钟,配置请求时间长一些(毫秒)
+#
+配置 feign 默认请求时间仅几秒钟
+,配置请求时间长一些(毫秒)
 feign:
   client:
     config:
@@ -10,4 +12,13 @@ feign:
         readTimeout: 600000
     default-to-properties: false
   hystrix:
-    enabled: false    # 不要开启hystrix,会导致超时配置不生效
+    enabled: false    # 不要开启hystrix
+,会导致超时配置不生效
+
+-- 8.27
+
+-- 新增
+-- base.t_fzss_fzxz_ai_district
+
+-- 修改
+-- base.t_fzss_zhxz_file