Ver código fonte

********************WX******************
关系查询搜索

zhangweixin 4 anos atrás
pai
commit
5ac86dc328

+ 50 - 1
datacenter/src/main/kotlin/com/persagy/server/services/dict/dictnew/DictDefClassService.kt

@@ -49,6 +49,10 @@ import com.persagy.service.models.responses.SCreateResponse
 import com.persagy.service.models.responses.SQueryResponse
 import com.persagy.service.utils.SSpringContextUtil
 import org.slf4j.LoggerFactory
+import java.util.ArrayList
+
+
+
 
 /**
  * 字典类型
@@ -355,7 +359,52 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
                     }
                 }else if (dictDefFuncList01.size == 0) {
 //                    schemeService.dictInfo(projectId, dictProject.groupCode!!, request.type!!)
-                    schemeService.dictInfoCommon("common",projectId,dictProject.groupCode!!,request.type!!)
+//                    schemeService.dictInfoCommon("common",projectId,dictProject.groupCode!!,request.type!!)
+
+                    val map = HashMap<String,DefFuncIdProject>()
+
+
+                    val select = defFuncIdProjectService.select(SFilter.eq("type", "common"),
+                        SFilter.eq("classCode", request.type!!))
+                    select.tableName = "dict.def_funcid"
+                    val dictDefFuncIdListCommon =select.exec()
+                    if (dictDefFuncIdListCommon.size>0) {
+                        for (dictDef in dictDefFuncIdListCommon){
+                            map[dictDef.code!!] = dictDef
+                        }
+                    }
+
+
+                    val select1 = defFuncIdProjectService.select(SFilter.eq("type", "group"),
+                        SFilter.eq("classCode", request.type!!),
+                        SFilter.eq("projectId", "0"))
+                    select1.tableName = "dict.def_funcid"
+                    val dictDefFuncIdListGroup = select1.exec()
+                    if (dictDefFuncIdListGroup.size>0) {
+                            for (dictDef in dictDefFuncIdListGroup) {
+                                map[dictDef.code!!] = dictDef
+                            }
+                        }
+
+                    val select2 =
+                        defFuncIdProjectService.select(SFilter.eq("type", "project"), SFilter.eq("projectId", projectId),SFilter.eq("classCode", request.type!!))
+                    select2.tableName = "dict.def_funcid"
+                    val dictDefFuncIdListProject = select2.exec()
+                    logger.debug("项目= ${dictDefFuncIdListProject.size}")
+                    if (dictDefFuncIdListProject.size>0) {
+                        for (dictDef in dictDefFuncIdListProject) {
+                            map[dictDef.code!!] = dictDef
+                        }
+                    }
+                    val dictList: List<DefFuncIdProject> = ArrayList<DefFuncIdProject>(map.values)
+                    if (dictList.size>0) {
+                        for (dict in dictList) {
+                            dict.projectId = projectId
+                            dict.groupCode = Opt.groupCode
+                            dict.type = "project"
+                            defFuncIdProjectService.replace(dict)
+                        }
+                    }
                 }
                 val dictDefFuncBuilder = dictDefFuncId.select(request.filters).filter(
 //                    SFilter.eq("type","common"),

+ 13 - 3
datacenter/src/main/kotlin/com/persagy/server/services/graphtype/GraphicTypeMapperService.kt

@@ -283,7 +283,7 @@ open class GraphicTypeMapperService {
                                     ||n =="r_fl_through_fl"||n =="zone_space_base"||n =="floor"||n =="equipment"
                                     ||n =="general_system"||n =="r_eq_for_sh"||n =="r_eq_in_sh"
                                     ||n =="r_pe_in_sh"||n =="r_eq_for_bd"||n =="property"||n == "r_sp_in_bd"
-                                    ||n =="r_sp_in_fl"){
+                                    ||n =="r_sp_in_fl"||n =="r_sy_in_bd"){
                                 count += mapper.relationCount(n, projectId)
                             }else if (n =="r_tn2sp"){
                                 val exec = rTn2SptService.select(SFilter.eq("projectId", projectId), SFilter.eq("type", relationTypeProject.relationType!!)).exec()
@@ -345,7 +345,10 @@ open class GraphicTypeMapperService {
                             }else if (n == "property_bd"){
                                 val execEquip = PropertyService.select(SFilter.eq("projectId", projectId), SFilter.not(SFilter.isNull("buildingId"))).exec()
                                 count += execEquip.size
-                            }else if (n == "floor_bd"){
+                            }else if (n == "equipmentbd" ){
+                                val execEquip = EquipmentService.select(SFilter.eq("projectId", projectId), SFilter.not(SFilter.isNull("buildingId"))).exec()
+                                count += execEquip.size
+                            } else if (n == "floor_bd"){
                                 val execEquip = FloorService.select(SFilter.eq("projectId", projectId), SFilter.not(SFilter.isNull("buildingId"))).exec()
                                 count += execEquip.size
                             }else if (n == "equipment_fl"){
@@ -357,7 +360,14 @@ open class GraphicTypeMapperService {
                                 val rEq2SyList = rEq2SyService.select(SFilter.eq("projectId", projectId),
                                     SFilter.eq("type", relationTypeProject.relationType!!)).exec()
                                 count += rEq2SyList.size
-                            }else  if (!n.isNullOrEmpty()){
+                            }else if (n == "relationship.r_sh2sp"){
+                                try {
+                                    val exec = rSh2SpService.select(SFilter.eq("ProjectId", projectId), SFilter.eq("Type", relationTypeProject.relationType!!),SFilter.eq("zoneType", relationTypeProject.zoneType!!)).exec()
+                                    count += exec.size
+                                } catch (e: Exception) {
+                                    e.printStackTrace()
+                                }
+                            } else if (!n.isNullOrEmpty()){
                                 if (!relationTypeProject.relationType.isNullOrEmpty()) {
                                     count += mapper.relationCountRelType(n, projectId,relationTypeProject.relationType!!)
                                 }

+ 1 - 1
datacenter/src/main/kotlin/com/persagy/server/services/objects/ZoneSpaceBaseService.kt

@@ -468,7 +468,7 @@ object ZoneSpaceBaseService : ServiceSpace<ZoneSpace>(SMybatisDao(ZoneSpace::cla
                         dictSpaceProject.id = content.code
                         dictSpaceProject.name = content.name
 
-                            val rSpInFlList = RSpInFlService.select(SFilter.eq("projectId", projectId!!), SFilter.eq("floorId", request.floorId!!), SFilter.eq("objectType", content.id!!)).exec()
+                            val rSpInFlList = RSpInFlService.select(SFilter.eq("projectId", projectId!!), SFilter.eq("floorId", request.floorId!!), SFilter.eq("objectType", content.code!!)).exec()
                             if (rSpInFlList.size > 0) {
                                 val idSet = ArrayList<String>()
                                 for (rSpInFl in rSpInFlList) {

+ 20 - 16
datacenter/src/main/resources/application-prod.yml

@@ -3,10 +3,8 @@
 eureka:
   client:                                   #客户端注册进eureka服务列表内
     service-url:
-      #      defaultZone:                          http://192.168.64.18:9931/eureka
-      defaultZone:                                http://frame:123456@39.102.43.179:9931/eureka/
-      #      defaultZone:                                http://frame:123456@192.168.64.18:9931/eureka
-      #      defaultZone:                          http://admin:1qaz2wsx@127.0.0.1:8888/eureka/ #增加密码
+
+      defaultZone:                                http://frame:123456@172.16.46.33:9931/integrated-eureka/eureka/,http://frame:123456@172.16.46.34:9931/integrated-eureka/eureka/
       enable-self-preservation: false # 设为false,关闭自我保护
       eviction-interval-timer-in-ms: 5000 # 清理间隔(单位毫秒,默认是60*1000)启用主动失效,
   instance:
@@ -33,24 +31,30 @@ server:
 
 spring:
   datasource:
-#    url:                                jdbc:postgresql://data-center:5432/datacenter
+#    url:                                jdbc:postgresql://172.17.23.64:5432/datacenter
 #    username:                           postgres
-#    password:                           123qwe!@#
-    url:                                jdbc:postgresql://172.17.23.64:5432/datacenter
-#    url:                                jdbc:postgresql://172.17.11.228:5432/datacenterlabsl
-#    url:                                jdbc:postgresql://192.168.64.14:5432/datacenterlabsl
+#    password:                           cGVyc2FneV8yMDIwcXdlIUAj
+
+    url:                                jdbc:postgresql://v49201.db.redstar.pro:5432/datacenter
     username:                           postgres
-#    password:                           persagy_2020qwe!@#
-    password:                           cGVyc2FneV8yMDIwcXdlIUAj
+    password:                           123456
+
 
+#  rabbitmq:
+#    host: 39.102.43.179
+#    port: 9936
+#    username: admin
+#    password: brzj123456
+#    #虚拟host 可以不设置,使用server默认host
+#    virtual-host: /test
 
   rabbitmq:
-    host: 39.102.43.179
-    port: 9936
-    username: admin
-    password: brzj123456
+    host: rabbitmq4928.prod.rs.com
+    port: 5672
+    username: mq_secur
+    password: Mq_seCur0604
     #虚拟host 可以不设置,使用server默认host
-    virtual-host: /test
+    virtual-host: /secur
 
   servlet:
     multipart:

+ 75 - 0
datacenter/src/main/resources/application-prod1.yml

@@ -0,0 +1,75 @@
+
+# spring-cloud相关配置
+eureka:
+  client:                                   #客户端注册进eureka服务列表内
+    service-url:
+      #      defaultZone:                          http://192.168.64.18:9931/eureka
+      defaultZone:                                http://frame:123456@39.102.43.179:9931/eureka/
+      #      defaultZone:                                http://frame:123456@192.168.64.18:9931/eureka
+      #      defaultZone:                          http://admin:1qaz2wsx@127.0.0.1:8888/eureka/ #增加密码
+      enable-self-preservation: false # 设为false,关闭自我保护
+      eviction-interval-timer-in-ms: 5000 # 清理间隔(单位毫秒,默认是60*1000)启用主动失效,
+  instance:
+    #不加的话我看过eureka注册界面,是以docker容器的container id注册过去的,譬如container id为abcde,
+    #那么当访问该微服务时,eureka以http://abcde/xxx,去访问的,当然是访问不到该服务.
+    #配置下面的选项后,就会以内网ip加端口去访问就能访问到了。
+    prefer-ip-address: true
+    instance-id: ${spring.cloud.client.ip-address}:${spring.application.name}:${server.port}
+
+#启用监控
+management:
+  endpoints:
+    web:
+      exposure:
+        include:
+          - "*"  # 开放所有端点health,info,metrics,通过actuator/+端点名就可以获取相应的信息。默认打开health和info
+  endpoint:
+    health:
+      #未开启actuator/health时,我们获取到的信息是{"status":"UP"},status的值还有可能是 DOWN。开启后打印详细信息
+      show-details:                       always
+
+server:
+  port: 8080
+
+spring:
+  datasource:
+#    url:                                jdbc:postgresql://data-center:5432/datacenter
+#    username:                           postgres
+#    password:                           123qwe!@#
+    url:                                jdbc:postgresql://172.17.23.64:5432/datacenter
+#    url:                                jdbc:postgresql://172.17.11.228:5432/datacenterlabsl
+#    url:                                jdbc:postgresql://192.168.64.14:5432/datacenterlabsl
+    username:                           postgres
+#    password:                           persagy_2020qwe!@#
+    password:                           cGVyc2FneV8yMDIwcXdlIUAj
+
+
+  rabbitmq:
+    host: 39.102.43.179
+    port: 9936
+    username: admin
+    password: brzj123456
+    #虚拟host 可以不设置,使用server默认host
+    virtual-host: /test
+
+  servlet:
+    multipart:
+      max-request-size:                500MB        # 限制上传的多个文件的总大小
+      max-file-size:                   500MB        # 限制单个文件的最大值
+
+#logging:
+#  config: classpath:logback-spring.xml
+#  level:
+#    root: INFO
+#    org.hibernate: INFO
+#    org.hibernate.type.descriptor.sql.BasicExtractor: INFO
+#    com.ys.adage.mapper: INFO
+#    org.springframework: INFO
+
+mqtopid: # 消息
+  exchange:                           exchange-dmp
+  routingKey:                         routingKey-center-adm
+  admQueue:                           queue-center-adm
+  synQueue:                           queue-center-syn
+  routingKey01:                       routing-dmp-rwd
+  routingKey02:                       routing-dmp-org

+ 14 - 14
datacenter/src/main/resources/application-test.yml

@@ -25,28 +25,28 @@ server:
 
 spring:
   datasource:
-    url:                                jdbc:postgresql://192.168.64.14:5432/datacenterlabsl
+#    url:                                jdbc:postgresql://192.168.64.14:5432/datacenterlabsl
     #url:                                jdbc:postgresql://datacenter:5432/datacenterlabsl
-#    url:                                jdbc:postgresql://192.168.64.15:5432/datacenter
+    url:                                jdbc:postgresql://192.168.64.15:5432/datacenter
 #    url:                                jdbc:postgresql://datacenter:5432/datacenter
     username:                           postgres
     password:                           cGVyc2FneV8yMDIwcXdlIUAj
 
-  rabbitmq:
-    host: 192.168.100.108
-    port: 9936
-    username: pbsage
-    password: pbsage123
-    #虚拟host 可以不设置,使用server默认host
-    virtual-host: /adm
-
 #  rabbitmq:
-#    host: 192.168.64.15
+#    host: 192.168.100.108
 #    port: 9936
-#    username: admin
-#    password: brzj123456
+#    username: pbsage
+#    password: pbsage123
 #    #虚拟host 可以不设置,使用server默认host
-#    virtual-host: /test
+#    virtual-host: /adm
+
+  rabbitmq:
+    host: 192.168.64.15
+    port: 9936
+    username: admin
+    password: brzj123456
+    #虚拟host 可以不设置,使用server默认host
+    virtual-host: /test
 
 
   servlet:

+ 1 - 1
datasyn/build.gradle

@@ -69,7 +69,7 @@ dependencies {
 
     ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     // spring cloud 依赖
-    compile group: 'org.springframework.cloud', name: 'spring-cloud-starter-eureka', version: SPRING_CLOUD_VERSION
+//    compile group: 'org.springframework.cloud', name: 'spring-cloud-starter-eureka', version: SPRING_CLOUD_VERSION
 
     ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     // MySQL

+ 4 - 4
datasyn/src/main/kotlin/com/persagy/server/syn/DataSynApp.kt

@@ -33,8 +33,8 @@ import org.springframework.boot.SpringApplication
 import org.springframework.boot.autoconfigure.SpringBootApplication
 import org.springframework.boot.builder.SpringApplicationBuilder
 import org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-import org.springframework.cloud.client.loadbalancer.LoadBalanced
-import org.springframework.cloud.netflix.eureka.EnableEurekaClient
+//import org.springframework.cloud.client.loadbalancer.LoadBalanced
+//import org.springframework.cloud.netflix.eureka.EnableEurekaClient
 import org.springframework.context.annotation.Bean
 import org.springframework.context.annotation.ComponentScan
 import org.springframework.scheduling.annotation.EnableAsync
@@ -51,7 +51,7 @@ import org.springframework.web.client.RestTemplate
 @EnableScheduling   //开启定时注解
 @ComponentScan(basePackages = ["com.persagy", "com.persagy.server"])           // 配置组件扫描路径
 @MapperScan("com.persagy", "com.persagy.server")                       // Mapper组件扫描路径
-@EnableEurekaClient
+//@EnableEurekaClient
 @SpringBootApplication
 open class DataSynApp : SpringBootServletInitializer() {
     companion object {
@@ -61,7 +61,7 @@ open class DataSynApp : SpringBootServletInitializer() {
 
 
     @Bean
-    @LoadBalanced //在注册中心里进行查找微服务,负载均衡
+//    @LoadBalanced //在注册中心里进行查找微服务,负载均衡
     open fun restTemplate(): RestTemplate? {
         return RestTemplate()
     }

+ 5 - 4
datasyn/src/main/kotlin/com/persagy/server/syn/services/dict/DClassDefService.kt

@@ -990,21 +990,22 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
                             logger.debug("name: ${ dictGroupInfo.name} *******************************************************")
                             defFuncId.note = dictGroupInfo.note
                             defFuncId.priority = dictGroupInfo.priority
-                            defFuncId.projectId = projectId
+                            defFuncId.projectId = dictGroupInfo.projectId
                             defFuncId.readonly = dictGroupInfo.readonly
                             if (!dictGroupInfo.secondTag.isNullOrEmpty()){
                                 defFuncId.secondTag = ParamTools.TwoLevelCode(dictGroupInfo.secondTag!!)
                             }
                             defFuncId.secondName = dictGroupInfo.secondTag
                             defFuncId.subFlag = dictGroupInfo.subFlag
-                            defFuncId.type = "project"
+                            defFuncId.type = dictGroupInfo.type
                             defFuncId.unit = dictGroupInfo.unit
                             defFuncId.origCode = dictGroupInfo.origCode
                             defFuncId.origDataType = dictGroupInfo.origDataType
                             defFuncId.aliasCode = dictGroupInfo.aliasCode
                             defFuncId.aliasName = dictGroupInfo.aliasName
-
-
+                            if (dictGroupInfo.projectId == projectId){
+                                defFuncId.visible = true
+                            }
 
                             if (!defFuncId.name.isNullOrEmpty()){
                                 /** 排序 */

+ 23 - 16
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/DataCenterBuilding.kt

@@ -75,23 +75,30 @@ class DataCenterBuilding {
                 logger.debug(" 处理建筑对象${building?.toJson()}***********************************")
                 /** 建筑不为空 */
                 if (building!=null) {
-                    val sign = BuildingApi.createObj(dictProject!!.groupCode!!,message.projectId!!, building)
-                    upDateMessage(message,building)
-                    if (sign!=null && sign.result == "success"){
-                        /** 成功 */
-                        message.sign = 0
-                    }else {
-                        if (sign!=null){
-                            /** 失败 */
-                            message.sign = 2
-                            message.error = sign!!.toJson()
-                            message.count = message.count+1
-                        } else {
-                            /** 失败 */
-                            message.sign = 2
-                            message.error = "服务未连通"
-                            message.count = message.count+1
+                    try {
+                        val sign = BuildingApi.createObj(dictProject!!.groupCode!!,message.projectId!!, building)
+                        upDateMessage(message,building)
+                        if (sign!=null && sign.result == "success"){
+                            /** 成功 */
+                            message.sign = 0
+                        }else {
+                            if (sign!=null){
+                                /** 失败 */
+                                message.sign = 2
+                                message.error = sign!!.toJson()
+                                message.count = message.count+1
+                            } else {
+                                /** 失败 */
+                                message.sign = 2
+                                message.error = "服务未连通"
+                                message.count = message.count+1
+                            }
                         }
+                    } catch (e: Exception) {
+                        e.printStackTrace()
+                        message.sign = 2
+                        message.error = "异常"
+                        message.count = message.count+1
                     }
                 }else {
                     message.sign = 0

+ 1 - 1
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/DataCenterEquipment.kt

@@ -124,7 +124,7 @@ class DataCenterEquipment {
                     }else {
                         /** 失败 */
                         message.sign = 2
-                        message.error = "设备不存在可能已删除"
+                        message.error = "设备已经不存在可能已删除-数据中心"
                         message.count = message.count+1
                     }
                 } else {

+ 15 - 15
datasyn/src/main/resources/application-test.yml

@@ -12,8 +12,8 @@ eureka:
 
 spring:
   datasource:
-    url:                                jdbc:postgresql://192.168.64.15:5432/datacenter
-#    url:                                jdbc:postgresql://192.168.64.14:5432/datacenterlabsl
+#    url:                                jdbc:postgresql://192.168.64.15:5432/datacenter
+    url:                                jdbc:postgresql://192.168.64.14:5432/datacenterlabsl
     username:                           postgres
     password:                           cGVyc2FneV8yMDIwcXdlIUAj
 
@@ -21,21 +21,21 @@ spring:
 
 
     #配置rabbitMq 服务器
-#  rabbitmq:
-#    host: 192.168.100.108
-#    port: 9936
-#    username: pbsage
-#    password: pbsage123
-#    #虚拟host 可以不设置,使用server默认host
-#    virtual-host: /adm
-
   rabbitmq:
-    host: 192.168.64.15
+    host: 192.168.100.108
     port: 9936
-    username: admin
-    password: brzj123456
+    username: pbsage
+    password: pbsage123
     #虚拟host 可以不设置,使用server默认host
-    virtual-host: /test
+    virtual-host: /adm
+
+#  rabbitmq:
+#    host: 192.168.64.15
+#    port: 9936
+#    username: admin
+#    password: brzj123456
+#    #虚拟host 可以不设置,使用server默认host
+#    virtual-host: /test
 
 
 saga:
@@ -50,7 +50,7 @@ mqtopid:
 
 custom:
   #true 代表eureka  false  代表 http
-  eurekaorhttp:                       true
+  eurekaorhttp:                       false
 
 # 服务名
 servicename:

+ 3 - 3
datasyn/src/main/resources/logback-spring.xml

@@ -33,9 +33,9 @@
     </appender>
 
     <!-- 定义cn.sagacloud包的日志级别 -->
-    <logger name="com.persagy" level="DEBUG" additivity="false">
-        <appender-ref ref="STDOUT"/>
-    </logger>
+<!--    <logger name="com.persagy" level="DEBUG" additivity="false">-->
+<!--        <appender-ref ref="STDOUT"/>-->
+<!--    </logger>-->
 
     <!-- 定义com.persagy包的日志级别 -->
     <logger name="com.persagy" level="DEBUG" additivity="false">

+ 19 - 0
pendingIssues.md

@@ -41,6 +41,25 @@ v_equip_component_count
  密码: @)!^sagacloud
 ```
 
+服务器4
+```metadata json
+ 公网ip: 8.140.108.58
+ 内网ip: 172.17.23.65
+ 账号: root
+ 密码: persagy@2021
+
+```
+
+服务器5
+```metadata json
+ 公网ip: 8.140.129.63
+ 内网ip: 172.17.23.64
+ 账号: root
+ 密码: persagy@2021
+```
+
+
+
 缓存数据服务器
 ```
 ip: 192.168.12.14