Browse Source

********************WX***********************
修改查询关系视图

zhangweixin 4 years ago
parent
commit
22e26deaf3

+ 0 - 1
equip-component/src/main/kotlin/com/persagy/server/service/CustomSqlService.kt

@@ -128,7 +128,6 @@ class CustomSqlService {
 //          infoPoint.dynamicInfoPointCounts=mapper.dynamicInfoPointCounts()
 
           infoPoint.dynamicInfoPoint=hashMap["dynamicInfoPoint"]
-          infoPoint.staticInfoPointCounts=mapper.staticInfoPointCounts()
           infoPoint.staticInfoPoint=hashMap["staticInfoPoint"]
             val list = ArrayList<InfoPoint>()
             val sQueryResponse = SQueryResponse<InfoPoint>(SResponseType.success)

+ 2 - 2
equip-component/src/main/resources/application-test.yml

@@ -19,8 +19,8 @@ spring:
 #    url:                                jdbc:postgresql://data-center:5432/datacenter
 #    username:                           postgres
 #    password:                           123qwe!@#
-    url:                                jdbc:postgresql://datacenter:5432/datacenter
-#    url:                                jdbc:postgresql://192.168.64.15:5432/datacenter
+#    url:                                jdbc:postgresql://datacenter:5432/datacenter
+    url:                                jdbc:postgresql://192.168.64.15:5432/datacenter
 #    url:                                jdbc:postgresql://192.168.64.14:5432/datacenterlabsl
 #    url:                                jdbc:postgresql://datacenter:5432/datacenterlabsl
     username:                           postgres