瀏覽代碼

********************WX***********************
添加微服务和数据中台通讯方式

zhangweixin 4 年之前
父節點
當前提交
9e7f1e6fc2
共有 62 個文件被更改,包括 695 次插入229 次删除
  1. 2 2
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/objects/Property.kt
  2. 0 1
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/jms/SynchronousMessage.kt
  3. 0 4
      datacenter/src/main/kotlin/com/persagy/server/DataCenterApp.kt
  4. 0 6
      datacenter/src/main/kotlin/com/persagy/server/controllers/objects/EquipController.kt
  5. 34 0
      datacenter/src/main/kotlin/com/persagy/server/jms/RabbitMqBaseService.kt
  6. 1 1
      datacenter/src/main/kotlin/com/persagy/server/jms/RabbitMqService.kt
  7. 2 5
      datacenter/src/main/kotlin/com/persagy/server/services/assistant/SchemeService.kt
  8. 2 10
      datacenter/src/main/kotlin/com/persagy/server/services/objects/EquipmentService.kt
  9. 31 31
      datacenter/src/main/kotlin/com/persagy/server/services/objects/FloorService.kt
  10. 2 7
      datacenter/src/main/kotlin/com/persagy/server/services/objects/ZoneSpaceBaseService.kt
  11. 3 3
      datacenter/src/main/kotlin/com/persagy/server/services/rel/RSyEqService.kt
  12. 7 7
      datacenter/src/main/resources/application-dev.yml
  13. 2 2
      datacenter/src/main/resources/logback-spring.xml
  14. 3 0
      datasyn/build.gradle
  15. 0 2
      datasyn/src/main/kotlin/com/persagy/server/syn/Configure.kt
  16. 5 3
      datasyn/src/main/kotlin/com/persagy/server/syn/controllers/obj/ObjectToFromController.kt
  17. 11 0
      datasyn/src/main/kotlin/com/persagy/server/syn/controllers/obj/RelFromToControllers.kt
  18. 11 6
      datasyn/src/main/kotlin/com/persagy/server/syn/controllers/obj/RelToFromController.kt
  19. 2 2
      datasyn/src/main/kotlin/com/persagy/server/syn/jms/MessageReceiver.kt
  20. 2 0
      datasyn/src/main/kotlin/com/persagy/server/syn/jms/RwdSync.kt
  21. 2 0
      datasyn/src/main/kotlin/com/persagy/server/syn/models/api/obj/BuildingApi.kt
  22. 18 11
      datasyn/src/main/kotlin/com/persagy/server/syn/models/api/obj/EquipApi.kt
  23. 14 2
      datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/BuildingUtil.kt
  24. 27 2
      datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/EquipUtil.kt
  25. 29 2
      datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/FloorUtil.kt
  26. 22 3
      datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/ShaftUtil.kt
  27. 48 2
      datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/SpaceUtil.kt
  28. 17 3
      datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/SystemUtil.kt
  29. 3 3
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/DataCenterBuilding.kt
  30. 3 3
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/DataCenterComponent.kt
  31. 4 4
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/DataCenterEquipment.kt
  32. 3 3
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/DataCenterFloor.kt
  33. 3 3
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/DataCenterShaft.kt
  34. 3 3
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/DataCenterSpace.kt
  35. 3 3
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/DataCenterSystem.kt
  36. 3 3
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/DataCenterVOTn.kt
  37. 3 3
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdBuilding.kt
  38. 3 3
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdComponent.kt
  39. 8 8
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdEquip.kt
  40. 3 4
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdFloor.kt
  41. 2 2
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdProject.kt
  42. 2 2
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdRelationAdd.kt
  43. 4 2
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdRelationDel.kt
  44. 3 3
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdShaft.kt
  45. 3 3
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdSpace.kt
  46. 3 3
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdSystem.kt
  47. 18 18
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/rel/AutomaticCalculationSync.kt
  48. 5 5
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/rel/EquipinSpaceSync.kt
  49. 1 1
      datasyn/src/main/kotlin/com/persagy/server/syn/task/SchedulerTask.kt
  50. 1 1
      datasyn/src/main/kotlin/com/persagy/server/syn/task/SchedulerTaskRel.kt
  51. 3 3
      datasyn/src/main/kotlin/com/persagy/server/syn/task/SchedulerTaskTwo.kt
  52. 250 0
      datasyn/src/main/kotlin/com/persagy/server/syn/utils/ParamTools.kt
  53. 2 1
      datasyn/src/main/resources/application-dev.yml
  54. 19 0
      datasyn/src/main/resources/application-prod.yml
  55. 11 2
      equip-component/src/main/kotlin/com/persagy/server/Swagger3Config.kt
  56. 0 1
      equip-component/src/main/kotlin/com/persagy/server/controllers/dict/DictCustomController.kt
  57. 5 0
      equip-component/src/main/kotlin/com/persagy/server/models/objects/FloorCompon.kt
  58. 0 17
      equip-component/src/main/kotlin/com/persagy/server/service/EquipmentComService.kt
  59. 2 2
      gradle.properties
  60. 1 1
      message-center/src/main/kotlin/com/persagy/server/messagecenter/services/base/Service.kt
  61. 1 2
      scanbuilding/src/main/kotlin/com/persagy/server/controller/task/ModelScanTaskController.kt
  62. 20 0
      scanbuilding/src/main/kotlin/com/persagy/server/services/task/ModelScanTaskQueryService.kt

+ 2 - 2
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/objects/Property.kt

@@ -152,8 +152,8 @@ open class Property : BaseInfo(),Comparator<Property> {
     @Column(name = "type")
     var type: String? = null
 
-    /** 温度传感器 */
-    @Schema(description = "温度传感器")
+    /** 信息点 */
+    @Schema(description = "信息点")
     @Column(name = "infos")
     var infos: HashMap<String,Any?>? = null
 

+ 0 - 1
data-core/src/main/kotlin/com/persagy/server/datacenter/models/jms/SynchronousMessage.kt

@@ -78,7 +78,6 @@ class SynchronousMessage : Serializable {
     @Column(name = "count")
     var count: Int = 0
 
-
     /** 最后更新日期 */
     @Column(name = "last_update", updatable = false, insertable = false)
     var lastUpdate: Date? = null

+ 0 - 4
datacenter/src/main/kotlin/com/persagy/server/DataCenterApp.kt

@@ -47,10 +47,6 @@ import org.springframework.scheduling.annotation.EnableScheduling
 @EnableScheduling
 @EnableRabbit
 open class DataCenterApp : SpringBootServletInitializer() {
-    companion object {
-        // 日志
-        private val logger = LoggerFactory.getLogger(DataCenterApp::class.java)
-    } // Companion object
 
     /**
      * 配置应用

+ 0 - 6
datacenter/src/main/kotlin/com/persagy/server/controllers/objects/EquipController.kt

@@ -42,7 +42,6 @@ import com.persagy.service.models.responses.SCreateResponse
 import com.persagy.service.models.responses.SQueryResponse
 import io.swagger.v3.oas.annotations.Operation
 import io.swagger.v3.oas.annotations.tags.Tag
-import org.slf4j.LoggerFactory
 import org.springframework.web.bind.annotation.*
 
 /**
@@ -55,11 +54,6 @@ import org.springframework.web.bind.annotation.*
 @RequestMapping("/object/equip")
 open class EquipController {
 
-    companion object {
-        /** 日志 */
-        private val logger = LoggerFactory.getLogger(EquipController::class.java)
-    } // Companion object
-
     /**
      * 创建设备
      *

+ 34 - 0
datacenter/src/main/kotlin/com/persagy/server/jms/RabbitMqBaseService.kt

@@ -83,6 +83,40 @@ open class RabbitMqBaseService {
     } // Fun sendNotice()
 
     /**
+     * 发送通知
+     *
+     * @param   exchange     交换机
+     * @param   routingKey   key
+     * @param   notice      通知
+     * @param   delaySend   是否启动延迟发送,默认延迟发送
+     */
+    fun sendMessageRel(exchange: String, routingKey: String, notice: SBaseNotice, delaySend: Boolean = true) {
+        val delayData = delayMap[routingKey] ?: SDelayData()
+        if (!delayMap.containsKey(routingKey)) {
+            delayMap[routingKey] = delayData
+        }
+
+//        // 合并请求
+//        if (!mergeNotice(exchange,routingKey, notice)) {
+            if (delayData.lastNotice != null) {
+                sendTopic(exchange,routingKey, delayData.lastNotice!!.toJson())
+            }
+            delayData.lastNotice = notice
+//        }
+
+        // 是否延迟发送
+        if (delaySend) {
+            delaySend(exchange,routingKey)
+        } else {
+            flush(exchange,routingKey)
+        }
+
+        return
+    } // Fun sendNotice()
+
+
+
+    /**
      * 发送 topic 消息
      *
      * @param   topic       发送标题

+ 1 - 1
datacenter/src/main/kotlin/com/persagy/server/jms/RabbitMqService.kt

@@ -163,7 +163,7 @@ class RabbitMqService: RabbitMqBaseService() {
             val messageNotice = MessageNotice(projectId, "rel", type, ops, id,
                 null, fromId, toId)
             /** 发送消息 */
-            sendMessage(Opt.exchange!!,Opt.routingKey!!,messageNotice)
+            sendMessageRel(Opt.exchange!!,Opt.routingKey!!,messageNotice)
         } catch (e: Exception) {
             e.printStackTrace()
         }

+ 2 - 5
datacenter/src/main/kotlin/com/persagy/server/services/assistant/SchemeService.kt

@@ -160,11 +160,8 @@ open class SchemeService {
                    floorEntity.infos = map
                }
                floorEntity.modelId = modelId
-               if (!floorEntity.bimIdPre.isNullOrEmpty()) {
-                   floorEntity.bimIdPre = bimId
-               } else {
-                   floorEntity.bimIdPre = bimId
-               }
+               floorEntity.bimIdPre = bimId
+
                /** 处理楼层标高 */
                if (!attributeMap.isNullOrEmpty()&&attributeMap.size>0){
                    val containsKey = attributeMap.containsKey(Opt.FLOORELEVATION)

+ 2 - 10
datacenter/src/main/kotlin/com/persagy/server/services/objects/EquipmentService.kt

@@ -82,7 +82,7 @@ object EquipmentService : Service<Equipment>(SMybatisDao(Equipment::class.java))
         if (equip.classCode.isNullOrEmpty()) {
             return false
         }
-        if(equip.classCode!!.length>6){
+        if(equip.classCode!!.length<6){
             val entity = defClassService.select(
                     SFilter.eq("projectId", equip.projectId!!),
                     SFilter.endWith("code", equip.classCode!!)
@@ -142,7 +142,7 @@ object EquipmentService : Service<Equipment>(SMybatisDao(Equipment::class.java))
     override fun onUpdateBefore(entity: Equipment): Boolean {
         try {
 
-            if(entity.classCode!!.length>6){
+            if(entity.classCode!!.length<6){
                 val defClass = defClassService.select(
                         SFilter.eq("projectId", entity.projectId!!),
                         SFilter.endWith("code", entity.classCode!!)
@@ -180,8 +180,6 @@ object EquipmentService : Service<Equipment>(SMybatisDao(Equipment::class.java))
                         list.add(property)
                         val sUpdateRequest = SUpdateRequest<Property>()
                         sUpdateRequest.content = list
-                        sUpdateRequest.projection = arrayListOf("equipId", "bimId")
-
                         val updateList = PropertyService.updateList(sUpdateRequest)
                         val pr = PropertyService.select(SFilter.eq("id", entity.propertyId!!)).entity()
                         val listp = ArrayList<Property>()
@@ -190,7 +188,6 @@ object EquipmentService : Service<Equipment>(SMybatisDao(Equipment::class.java))
                         listp.add(pr)
                         val sUpdate = SUpdateRequest<Property>()
                         sUpdate.content = listp
-                        sUpdate.projection = arrayListOf("equipId", "bimId")
                         PropertyService.updateList(sUpdate)
                         logger.debug("现在关联**${sUpdate.toJson()}*******************************")
 
@@ -224,7 +221,6 @@ object EquipmentService : Service<Equipment>(SMybatisDao(Equipment::class.java))
                         listp.add(prop)
                         val sUpdate = SUpdateRequest<Property>()
                         sUpdate.content = listp
-                        sUpdate.projection = arrayListOf("equipId")
                         val updateList = PropertyService.updateList(sUpdate)
                         logger.debug("第一次更新信息***${sUpdate.toJson()}******************************")
                         logger.debug("第一次更新***${updateList.toJson()}******************************")
@@ -293,10 +289,6 @@ object EquipmentService : Service<Equipment>(SMybatisDao(Equipment::class.java))
                         list.add(property)
                         val sUpdateRequest = SUpdateRequest<Property>()
                         sUpdateRequest.content = list
-                        val listStr = ArrayList<String>()
-                        listStr.add("EquipmentId")
-                        listStr.add("BIMID")
-                        sUpdateRequest.projection = listStr
                         PropertyService.updateList(sUpdateRequest)
                     }
                 }

+ 31 - 31
datacenter/src/main/kotlin/com/persagy/server/services/objects/FloorService.kt

@@ -219,37 +219,37 @@ object FloorService : Service<Floor>(SMybatisDao(Floor::class.java)) {
                         }
                     }
                     try {
-                        if (!request.projection.isNullOrEmpty()&&request.projection!!.size>0){
-
-                            val update = update(floor, request.projection)
-                            if (update){
-                                listId.add(floor.id!!)
-                                try {
-//                                    val hashMap = HashMap<String, Any?>()
-//                                    hashMap["Floor"] = floor
-//                                    /** 日志 */
-//                                    val dataCenterLogs = DataCenterLogs(IdUtils.uuidCreate(),projectId,
-//                                        "update-after",hashMap,"dataCenter",floor.id,comming,account)
-//                                    dataCenterLogs.id = IdUtils.uuidCreate()
-//                                    dataCenterLogs.author = "dataCenter"
-//                                    dataCenterLogs.projectId = projectId
-//                                    dataCenterLogs.objectType = "Floor"
-//                                    dataCenterLogs.type = "update-after"
-//                                    dataCenterLogs.account = account
-//                                    dataCenterLogs.coming = comming
-//                                    dataCenterLogs.objectId = floor.id
+//                        if (!request.projection.isNullOrEmpty()&&request.projection!!.size>0){
 //
-//                                    dataCenterLogs.dataSource = hashMap
-//                                    logService.insert(dataCenterLogs)
-
-                                    rabbitMqService.sendObjects(projectId!!, Opt.UPDATE,floor.id!!)
-                                    DataCenterLogsService.addLogs(projectId,"update-after","floor",
-                                        floor.id!!,floor,account,comming)
-                                } catch (e: Exception) {
-                                    e.printStackTrace()
-                                }
-                            }
-                        }else{
+//                            val update = update(floor, request.projection)
+//                            if (update){
+//                                listId.add(floor.id!!)
+//                                try {
+////                                    val hashMap = HashMap<String, Any?>()
+////                                    hashMap["Floor"] = floor
+////                                    /** 日志 */
+////                                    val dataCenterLogs = DataCenterLogs(IdUtils.uuidCreate(),projectId,
+////                                        "update-after",hashMap,"dataCenter",floor.id,comming,account)
+////                                    dataCenterLogs.id = IdUtils.uuidCreate()
+////                                    dataCenterLogs.author = "dataCenter"
+////                                    dataCenterLogs.projectId = projectId
+////                                    dataCenterLogs.objectType = "Floor"
+////                                    dataCenterLogs.type = "update-after"
+////                                    dataCenterLogs.account = account
+////                                    dataCenterLogs.coming = comming
+////                                    dataCenterLogs.objectId = floor.id
+////
+////                                    dataCenterLogs.dataSource = hashMap
+////                                    logService.insert(dataCenterLogs)
+//
+//                                    rabbitMqService.sendObjects(projectId!!, Opt.UPDATE,floor.id!!)
+//                                    DataCenterLogsService.addLogs(projectId,"update-after","floor",
+//                                        floor.id!!,floor,account,comming)
+//                                } catch (e: Exception) {
+//                                    e.printStackTrace()
+//                                }
+//                            }
+//                        }else{
                             val update = update(floor)
 
                             if (update){
@@ -278,7 +278,7 @@ object FloorService : Service<Floor>(SMybatisDao(Floor::class.java)) {
                                     e.printStackTrace()
                                 }
                             }
-                        }
+
                     } catch (e: Exception) {
                         e.printStackTrace()
                     }

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

@@ -818,13 +818,8 @@ object ZoneSpaceBaseService : ServiceSpace<ZoneSpace>(SMybatisDao(ZoneSpace::cla
      * @return 返回状态
      */
     fun upDateOutline(request: SUpdateRequest<ZoneSpace>): SBaseResponse{
-        val projectId = SPageContext.getHeader("ProjectId")
-        if (!request.projection.isNullOrEmpty()){
-            request.projection!!.clear()
-        }
-        val list = ArrayList<String>()
-        list.add("Outline")
-        request.projection = list
+        val projectId = SPageContext.getHeader("projectId")
+
         val zoneSpace = request.content!![0]
         val updateList = ZoneSpaceBaseService.updateList(request)
 

+ 3 - 3
datacenter/src/main/kotlin/com/persagy/server/services/rel/RSyEqService.kt

@@ -39,7 +39,6 @@ import com.persagy.service.SPageContext
 import com.persagy.service.models.enums.SResponseType
 import com.persagy.service.models.responses.SBaseResponse
 import com.persagy.service.models.responses.SCreateResponse
-import org.json.JSONObject
 import org.slf4j.LoggerFactory
 
 /**
@@ -240,7 +239,6 @@ object RSyEqService : RService<RSyEq>(SMybatisDao(RSyEq::class.java)) {
      */
     fun createSyEq(rSyEqList: RSyEqList): SCreateResponse<RSyEq> {
         return try {
-
             /** 失败集合 */
             val failureList = ArrayList<RSyEq>()
             if (rSyEqList.equipIdList!=null&&rSyEqList.equipIdList!!.isNotEmpty()){
@@ -254,6 +252,8 @@ object RSyEqService : RService<RSyEq>(SMybatisDao(RSyEq::class.java)) {
                     val replace = replace(rSyEq)
                     if (replace){
                         successList.add(eqId)
+                        /** 发送消息 */
+                        rabbitMqService.sendRel(Opt.projectId!!, "SystemEquip","11",rSyEq.sysId!!,rSyEq.equipId!!)
                     }else{
                         failureList.add(rSyEq)
                     }
@@ -261,7 +261,7 @@ object RSyEqService : RService<RSyEq>(SMybatisDao(RSyEq::class.java)) {
                 if (successList.size>0){
                     try {
                         /** 发送消息 */
-                        rabbitMqService.sendRel(Opt.projectId!!, "SystemEquip","14",rSyEqList.sysId!!,successList.toJson()!!)
+//                        rabbitMqService.sendRel(Opt.projectId!!, "SystemEquip","14",rSyEqList.sysId!!,successList.toJson()!!)
                     } catch (e: Exception) {
                         e.printStackTrace()
                     }

+ 7 - 7
datacenter/src/main/resources/application-dev.yml

@@ -45,13 +45,13 @@ spring:
       max-file-size:                   500MB        # 限制单个文件的最大值
 
     #配置rabbitMq 服务器
-#  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 可以不设置,使用 server 默认 host
+    virtual-host: /test
 
 mqtopid: # 消息
   exchange:                           exchange-dmp

+ 2 - 2
datacenter/src/main/resources/logback-spring.xml

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

+ 3 - 0
datasyn/build.gradle

@@ -56,6 +56,9 @@ dependencies {
     compile group: "org.springframework.boot", name: "spring-boot-configuration-processor", version: SPRING_BOOT_VERSION
     compile group: "org.springframework.boot", name: "spring-boot-starter-actuator", version: SPRING_BOOT_VERSION
     compile group: "org.springframework.boot", name: "spring-boot-starter-logging", version: SPRING_BOOT_VERSION
+//    compile('org.springframework.boot:spring-boot-starter-log4j2:2.0.3.RELEASE')
+//    compile('com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.0.3.RELEASE')
+
     //消息
 //    compile group: "org.springframework.boot", name: "spring-boot-starter-activemq", version: SPRING_BOOT_VERSION
     // RabbitMQ

+ 0 - 2
datasyn/src/main/kotlin/com/persagy/server/syn/Configure.kt

@@ -39,8 +39,6 @@ import org.springframework.web.client.RestTemplate
  * @date  2020/11/1 21:45
  */
 object Configure {
-    /** 日志 */
-    private val logger = LoggerFactory.getLogger(Configure::class.java)
 
     /** 配置实例 */
      val opts: Opts by lazy {

+ 5 - 3
datasyn/src/main/kotlin/com/persagy/server/syn/controllers/obj/ObjectToFromController.kt

@@ -171,9 +171,11 @@ class ObjectToFromController {
                 if (!equip.buildingId.isNullOrEmpty()) {
                     val toJsonObjArray =
                         Configure.toJsonObjArray("MechInArch", "Eq2Bd", equip.id!!, equip.buildingId!!)
-                    val toJsonObjArray2 =
-                        Configure.toJsonObjArray("MechInArch", "Eq2Fl", equip.id!!, equip.floorId!!)
-                    toJsonObjArray.plus(toJsonObjArray2[0])
+                    if (!equip.floorId.isNullOrEmpty()) {
+                        val toJsonObjArray2 =
+                            Configure.toJsonObjArray("MechInArch", "Eq2Fl", equip.id!!, equip.floorId!!)
+                        toJsonObjArray.plus(toJsonObjArray2[0])
+                    }
                     val createRel = EquipApi.createRel(dictProject.groupCode!!, projectId, toJsonObjArray)
                     if (!createRel){
                         logger.debug("设备和楼层的关系失败:${equip.toJson()}")

+ 11 - 0
datasyn/src/main/kotlin/com/persagy/server/syn/controllers/obj/RelFromToControllers.kt

@@ -370,6 +370,8 @@ class RelFromToControllers {
     /**
      * 竖井下的业务空间
      */
+    @Operation(summary= "竖井下的业务空间 - 同步到数据中心", description = "")
+    @PostMapping("/sh2SpIn")
     fun sh2SpIn(@RequestParam projectId: String): SBaseResponse{
         try {
             val dictProject = dictProjectService.select(SFilter.eq("id", projectId)).entity()
@@ -411,5 +413,14 @@ class RelFromToControllers {
         }
     }
 
+    /**
+     * 空间和空间的关系
+     */
+    @Operation(summary= "空间和空间的关系 (业务空间(同类)邻接关系)- 同步到数据中心", description = "")
+    @PostMapping("/sp2sp/SpaceNeighborhood")
+    fun sp2Sp(@RequestParam projectId: String){
+
+
+    }
 
 }

+ 11 - 6
datasyn/src/main/kotlin/com/persagy/server/syn/controllers/obj/RelToFromController.kt

@@ -234,16 +234,19 @@ class RelToFromController {
                     SFilter.eq("projectId", projectId)
             ).exec()
             if (rSyEqList.size>0){
+                if (isDel) {
+                    val toJsonObj = Configure.toJsonObj(graphCode, type, null, null)
+                    EquipApi.delRel(dictProject!!.groupCode!!, projectId,toJsonObj)
+                }
                 for (rSyEq in rSyEqList){
-                    if (isDel) {
-                        val toJsonObj = Configure.toJsonObj(graphCode, type, rSyEq.sysId!!, null)
-                        EquipApi.delRel(dictProject!!.groupCode!!, projectId,toJsonObj)
-                    }
+
                     val toJsonObjArray =
                             Configure.toJsonObjArray(graphCode, type, rSyEq.sysId!!, rSyEq.equipId!!,null)
                     val createRel = EquipApi.createRel(dictProject!!.groupCode!!, projectId, toJsonObjArray)
                     if (!createRel){
                         logger.debug("系统下的设备关系失败:${toJsonObjArray.toJson()}")
+                    }else{
+                        logger.debug("系统下的设备关系成功:${toJsonObjArray.toJson()}")
                     }
                 }
             }
@@ -840,14 +843,16 @@ class RelToFromController {
             if (rEq2EqList.size>0) {
                 for (rEq2Eq in rEq2EqList) {
                     if (isDel) {
-                        val toJsonObj = Configure.toJsonObj(graphCode, type, rEq2Eq.id1!!, null)
+                        val toJsonObj = Configure.toJsonObj(graphCode, type, rEq2Eq.id1!!, rEq2Eq.id1!!)
                         EquipApi.delRel(dictProject!!.groupCode!!, projectId,toJsonObj)
                     }
                     val toJsonObjArray =
                             Configure.toJsonObjArray(graphCode, type, rEq2Eq.id1!!, rEq2Eq.id2!!)
                     val createRel = EquipApi.createRel(dictProject!!.groupCode!!, projectId, toJsonObjArray)
                     if (!createRel){
-                        logger.debug("空间和空间的关系:${toJsonObjArray.toJson()}")
+                        logger.debug("设备和设备的关系失败:${toJsonObjArray.toJson()}")
+                    }else{
+                        logger.debug("设备和设备的关系成功:${toJsonObjArray.toJson()}")
                     }
                 }
             }

+ 2 - 2
datasyn/src/main/kotlin/com/persagy/server/syn/jms/MessageReceiver.kt

@@ -72,8 +72,8 @@ class MessageReceiver {
     /**
      * 接收中台消息
      */
-//    @RabbitListener(queues = ["queue-center-syn"])
-//    @RabbitHandler
+    @RabbitListener(queues = ["queue-center-syn"])
+    @RabbitHandler
     fun process(mess: String) {
         logger.debug("接收中台消息:${mess}")
         /** 解析消息 */

+ 2 - 0
datasyn/src/main/kotlin/com/persagy/server/syn/jms/RwdSync.kt

@@ -64,8 +64,10 @@ class RwdSync {
     @Autowired
     lateinit var rwdSpace: RwdSpace
     /** 添加关系 */
+    @Autowired
     lateinit var rwdRelationAdd: RwdRelationAdd
     /** 删除关系 */
+    @Autowired
     lateinit var rwdRelationDel: RwdRelationDel
 
     /**

+ 2 - 0
datasyn/src/main/kotlin/com/persagy/server/syn/models/api/obj/BuildingApi.kt

@@ -182,6 +182,7 @@ object BuildingApi {
             val jsonObject = JSONObject()
             val jsonObject2 = JSONObject()
             jsonObject2["id"] = id
+            jsonObject2["valid"] = 1
             jsonObject["criteria"] = jsonObject2
             /** 直接 http 请求还是通过注册中心 */
             if (!Configure.customProperties.eurekaorhttp) {
@@ -190,6 +191,7 @@ object BuildingApi {
                 if (postObject.result == "success"&&!postObject.data.isNullOrEmpty()) {
                     return postObject.data!!
                 }
+                return ArrayList<HashMap<String, Any?>>()
             } else {
                 val url = "http://${Configure.serviceNameConfig.DMPRWD}/rwd/instance/object/query?groupCode=$groupCode&projectId=${projectId}"
                 val postObject = Configure.restTemplate.postForObject(url, jsonObject, MiddleGroundDataRespose::class.java)

+ 18 - 11
datasyn/src/main/kotlin/com/persagy/server/syn/models/api/obj/EquipApi.kt

@@ -246,18 +246,25 @@ object EquipApi {
      */
     fun  updateObj(groupCode: String,projectId: String, listObj: ArrayList<HashMap<String,Any?>>): Boolean {
         /** 直接 http 请求还是通过注册中心 */
-        if (!Configure.customProperties.eurekaorhttp) {
-            val url = "${opts.dataPlatform}/rwd/instance/object/update?groupCode=$groupCode&projectId=${projectId}&appId=datacenter"
-            val postObject = SHttpUtil.postObject<MiddleGroundDataRespose>(url, listObj)
-            if (postObject.result == "success") {
-                return true
-            }
-        }else {
-            val url = "http://${Configure.serviceNameConfig.DMPRWD}/rwd/instance/object/update?groupCode=$groupCode&projectId=${projectId}&appId=datacenter"
-            val postObject = Configure.restTemplate.postForObject(url, listObj, MiddleGroundDataRespose::class.java)
-            if (postObject.result == "success") {
-                return true
+        try {
+            if (!Configure.customProperties.eurekaorhttp) {
+                val url = "${opts.dataPlatform}/rwd/instance/object/update?groupCode=$groupCode&projectId=${projectId}&appId=datacenter"
+                logger.debug("url= ${url}")
+                logger.debug("boby= ${listObj.toJson()}")
+                val postObject = SHttpUtil.postObject<MiddleGroundDataRespose>(url, listObj)
+                logger.debug("结果= ${postObject.toJson()}")
+                if (postObject.result == "success") {
+                    return true
+                }
+            }else {
+                val url = "http://${Configure.serviceNameConfig.DMPRWD}/rwd/instance/object/update?groupCode=$groupCode&projectId=${projectId}&appId=datacenter"
+                val postObject = Configure.restTemplate.postForObject(url, listObj, MiddleGroundDataRespose::class.java)
+                if (postObject.result == "success") {
+                    return true
+                }
             }
+        } catch (e: Exception) {
+            e.printStackTrace()
         }
         return false
     }

+ 14 - 2
datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/BuildingUtil.kt

@@ -477,7 +477,8 @@ object BuildingUtil {
      * @return 返回对象
      */
     fun buildingTools(projectId: String,building: Building): ArrayList<HashMap<String,Any?>> {
-        var list = ArrayList<HashMap<String,Any?>>()
+        val list = ArrayList<HashMap<String,Any?>>()
+        val removes = ArrayList<String>()
         val hashMap = HashMap<String, Any?>()
         hashMap["id"] = building.id
         hashMap["name"] = building.name
@@ -487,9 +488,13 @@ object BuildingUtil {
 //        hashMap["classCode"] = "building"
         if (!building.localName.isNullOrEmpty()){
             hashMap["localName"] = building.localName
+        } else {
+            removes.add("localName")
         }
         if (!building.localId.isNullOrEmpty()){
             hashMap["localId"] = building.localId
+        } else {
+            removes.add("localId")
         }
         if (!building.defaultQRCode.isNullOrEmpty()){
             hashMap["defaultQRCode"] = building.defaultQRCode
@@ -499,10 +504,17 @@ object BuildingUtil {
         }
        if (!building.infos.isNullOrEmpty()){
            for (key in building.infos!!.keys){
-               hashMap[key] = building.infos!![key]
+               if (building.infos!![key]!=null&&!building.infos!![key].toString().isNullOrEmpty()&&building.infos!![key].toString()!="null"){
+                   hashMap[key] = building.infos!![key]
+               } else {
+                   removes.add(key)
+               }
            }
        }
 
+        if (removes.isNotEmpty()){
+            hashMap["$"+"remove"] = removes
+        }
         list.add(hashMap)
         return list
     }

+ 27 - 2
datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/EquipUtil.kt

@@ -2566,7 +2566,8 @@ object EquipUtil {
      * @return 返回结果
      */
     fun equipTools(projectId: String,equipment: Equipment): ArrayList<HashMap<String,Any?>> {
-        var list = ArrayList<HashMap<String,Any?>>()
+        val list = ArrayList<HashMap<String,Any?>>()
+        val removes = ArrayList<String>()
         val hashMap = HashMap<String, Any?>()
         hashMap["id"] = equipment.id
         hashMap["name"] = equipment.name
@@ -2575,9 +2576,13 @@ object EquipUtil {
         hashMap["classCode"] = equipment.classCode
         if (!equipment.localName.isNullOrEmpty()){
             hashMap["localName"] = equipment.localName
+        }else{
+            removes.add("localName")
         }
         if (!equipment.localId.isNullOrEmpty()){
             hashMap["localId"] = equipment.localId
+        }else {
+            removes.add("localId")
         }
         if (!equipment.defaultQRCode.isNullOrEmpty()){
             hashMap["defaultQRCode"] = equipment.defaultQRCode
@@ -2587,16 +2592,24 @@ object EquipUtil {
         }
         if (!equipment.	rfId.isNullOrEmpty()){
             hashMap["rfId"] = equipment.rfId
+        } else {
+            removes.add("rfId")
         }
         if (!equipment.cadId.isNullOrEmpty()){
             hashMap["cadId"] = equipment.cadId
             hashMap["cADID"] = equipment.cadId
+        }else {
+            removes.add("cADID")
         }
         if (!equipment.bimId.isNullOrEmpty()){
             hashMap["bimId"] = equipment.bimId
+        }else {
+            removes.add("bimId")
         }
         if (!equipment.bimLocation.isNullOrEmpty()){
             hashMap["bimLocation"] = equipment.bimLocation
+        }else {
+            removes.add("bimLocation")
         }
         if (!equipment.bimFamilyName.isNullOrEmpty()){
             hashMap["bimFamilyName"] = equipment.bimFamilyName
@@ -2606,17 +2619,29 @@ object EquipUtil {
         }
         if (!equipment.bimTypeId.isNullOrEmpty()){
             hashMap["bimTypeId"] = equipment.bimTypeId
+        }else{
+            removes.add("bimTypeId")
         }
         if (equipment.equipSerial!=null&&equipment.equipSerial!=0.0){
             hashMap["equipSerial"] = equipment.equipSerial
+        }else{
+            removes.add("equipSerial")
         }
 
         if (!equipment.infos.isNullOrEmpty()){
             for (key in equipment.infos!!.keys){
-                hashMap[key] = equipment.infos!![key]
+                if (equipment.infos!![key]!=null&&!equipment.infos!![key].toString().isNullOrEmpty()&&equipment.infos!![key].toString()!="null"){
+                    hashMap[key] = equipment.infos!![key]
+                } else {
+                    removes.add(key)
+                }
+
             }
         }
 
+        if (removes.isNotEmpty()){
+            hashMap["$"+"remove"] = removes
+        }
         list.add(hashMap)
         return list
     }

+ 29 - 2
datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/FloorUtil.kt

@@ -210,7 +210,8 @@ object FloorUtil {
      * @return 返回结果
      */
     fun floorTools(projectId: String,floor: Floor): ArrayList<HashMap<String,Any?>> {
-        var list = ArrayList<HashMap<String,Any?>>()
+        val list = ArrayList<HashMap<String,Any?>>()
+        val removes = ArrayList<String>()
         val hashMap = HashMap<String, Any?>()
         hashMap["id"] = floor.id
         hashMap["name"] = floor.name
@@ -221,9 +222,13 @@ object FloorUtil {
         hashMap["floorSequenceID"] = floor.floorSequenceId
         if (!floor.localName.isNullOrEmpty()){
             hashMap["localName"] = floor.localName
+        }else {
+            removes.add("localName")
         }
         if (!floor.localId.isNullOrEmpty()){
             hashMap["localId"] = floor.localId
+        }else {
+            removes.add("localId")
         }
         if (!floor.defaultQRCode.isNullOrEmpty()){
             hashMap["defaultQRCode"] = floor.defaultQRCode
@@ -233,31 +238,53 @@ object FloorUtil {
         }
         if (!floor.bimIdPre.isNullOrEmpty()){
             hashMap["bimIdPre"] = floor.bimIdPre
+        }else {
+            removes.add("bimIdPre")
         }
         if (!floor.modelId.isNullOrEmpty()){
             hashMap["modelId"] = floor.modelId
+        }else {
+            removes.add("modelId")
         }
         if (!floor.bimId.isNullOrEmpty()){
             hashMap["bimId"] = floor.bimId
+        }else {
+            removes.add("bimId")
         }
         if (!floor.bimLocation.isNullOrEmpty()){
             hashMap["bimLocation"] = floor.bimLocation
+        }else {
+            removes.add("bimLocation")
         }
         if (!floor.outline.isNullOrEmpty()){
             hashMap["outline"] = floor.outline!!.toJson()
+        }else {
+            removes.add("outline")
         }
         if (floor.permanentPeopleNum!=null&&floor.permanentPeopleNum!=0){
             hashMap["permanentPeopleNum"] = floor.permanentPeopleNum
+        }else {
+            removes.add("permanentPeopleNum")
         }
         if (!floor.floorIdentity.isNullOrEmpty()){
             hashMap["floorIdentity"] = floor.floorIdentity
+        }else {
+            removes.add("floorIdentity")
         }
         if (!floor.infos.isNullOrEmpty()){
             for (key in floor.infos!!.keys){
-                hashMap[key] = floor.infos!![key]
+                if (floor.infos!![key]!=null&&!floor.infos!![key].toString().isNullOrEmpty()&&floor.infos!![key].toString()!="null"){
+                    hashMap[key] = floor.infos!![key]
+                } else {
+                    removes.add(key)
+                }
             }
         }
 
+        if (removes.isNotEmpty()){
+            hashMap["$"+"remove"] = removes
+        }
+
         list.add(hashMap)
         return list
     }

+ 22 - 3
datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/ShaftUtil.kt

@@ -194,7 +194,8 @@ object ShaftUtil {
      * @return 返回结果
      */
     fun shaftTools(projectId: String,shaft: Shaft): ArrayList<HashMap<String,Any?>> {
-        var list = ArrayList<HashMap<String,Any?>>()
+        val list = ArrayList<HashMap<String,Any?>>()
+        val removes = ArrayList<String>()
         val hashMap = HashMap<String, Any?>()
         hashMap["id"] = shaft.id
         hashMap["name"] = shaft.name
@@ -203,9 +204,13 @@ object ShaftUtil {
         hashMap["classCode"] = "shaft"
         if (!shaft.localName.isNullOrEmpty()){
             hashMap["localName"] = shaft.localName
+        }else {
+            removes.add("localName")
         }
         if (!shaft.localId.isNullOrEmpty()){
             hashMap["localId"] = shaft.localId
+        }else {
+            removes.add("localId")
         }
         if (!shaft.defaultQRCode.isNullOrEmpty()){
             hashMap["defaultQRCode"] = shaft.defaultQRCode
@@ -215,22 +220,36 @@ object ShaftUtil {
         }
         if (!shaft.bimId.isNullOrEmpty()){
             hashMap["bimId"] = shaft.bimId
+        }else {
+            removes.add("bimId")
         }
         if (!shaft.bimLocation.isNullOrEmpty()){
             hashMap["bimLocation"] = shaft.bimLocation
+        }else {
+            removes.add("bimLocation")
         }
         if (!shaft.outline.isNullOrEmpty()){
             hashMap["outline"] = shaft.outline.toString()
+        }else {
+            removes.add("outline")
         }
         if (shaft.shaftSequenceId!=null&&shaft.shaftSequenceId!=0){
             hashMap["shaftSequenceId"] = shaft.shaftSequenceId
+        }else {
+            removes.add("shaftSequenceId")
         }
         if (!shaft.infos.isNullOrEmpty()){
             for (key in shaft.infos!!.keys){
-                hashMap[key] = shaft.infos!![key]
+                if (shaft.infos!![key]!=null&&!shaft.infos!![key].toString().isNullOrEmpty()&&shaft.infos!![key].toString()!="null"){
+                    hashMap[key] = shaft.infos!![key]
+                } else {
+                    removes.add(key)
+                }
             }
         }
-
+        if (removes.isNotEmpty()){
+            hashMap["$"+"remove"] = removes
+        }
         list.add(hashMap)
         return list
     }

+ 48 - 2
datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/SpaceUtil.kt

@@ -558,6 +558,7 @@ object SpaceUtil {
      */
     fun spaceTools(projectId: String,zoneSpace: ZoneSpace): ArrayList<HashMap<String,Any?>> {
         var list = ArrayList<HashMap<String,Any?>>()
+        val removes = ArrayList<String>()
         val hashMap = HashMap<String, Any?>()
         hashMap["id"] = zoneSpace.id
         hashMap["name"] = zoneSpace.name
@@ -566,9 +567,13 @@ object SpaceUtil {
         hashMap["classCode"] = zoneSpace.classCode
         if (!zoneSpace.localName.isNullOrEmpty()){
             hashMap["localName"] = zoneSpace.localName
+        }else {
+            removes.add("localName")
         }
         if (!zoneSpace.localId.isNullOrEmpty()){
             hashMap["localId"] = zoneSpace.localId
+        }else {
+            removes.add("localId")
         }
         if (!zoneSpace.defaultQRCode.isNullOrEmpty()){
             hashMap["defaultQRCode"] = zoneSpace.defaultQRCode
@@ -578,61 +583,102 @@ object SpaceUtil {
         }
         if (zoneSpace.roomSerial!=null&&zoneSpace.roomSerial!=0.0){
             hashMap["roomSerial"] = zoneSpace.roomSerial
+        }else {
+            removes.add("roomSerial")
         }
         if (!zoneSpace.roomFuncType.isNullOrEmpty()){
             hashMap["roomFuncType"] = zoneSpace.roomFuncType
+        }else {
+            removes.add("roomFuncType")
         }
         if (!zoneSpace.bimId.isNullOrEmpty()){
             hashMap["bimId"] = zoneSpace.bimId
+        }else {
+            removes.add("bimId")
         }
         if (!zoneSpace.bimLocation.isNullOrEmpty()){
             hashMap["bimLocation"] = zoneSpace.bimLocation
+        }else {
+            removes.add("bimLocation")
         }
         if (!zoneSpace.outline.isNullOrEmpty()){
             hashMap["outline"] = zoneSpace.outline!!.toJson()
+        }else {
+            removes.add("outline")
         }
         if (zoneSpace.permanentPeopleNum!=null&&zoneSpace.permanentPeopleNum!=0){
             hashMap["permanentPeopleNum"] = zoneSpace.permanentPeopleNum
+        }else {
+            removes.add("permanentPeopleNum")
         }
         if (zoneSpace.depth!=null&&zoneSpace.depth!=0.0){
             hashMap["depth"] = zoneSpace.depth
+        }else {
+            removes.add("depth")
         }
         if (zoneSpace.width!=null&&zoneSpace.width!=0.0){
             hashMap["width"] = zoneSpace.width
+        }else {
+            removes.add("width")
         }
+
         if (zoneSpace.buildArea!=null&&zoneSpace.buildArea!=0.0){
             hashMap["buildArea"] = zoneSpace.buildArea
+        }else {
+            removes.add("buildArea")
         }
         if (zoneSpace.netArea!=null&&zoneSpace.netArea!=0.0){
             hashMap["netArea"] = zoneSpace.netArea
+        }else {
+            removes.add("netArea")
         }
         if (zoneSpace.height!=null&&zoneSpace.height!=0.0){
             hashMap["height"] = zoneSpace.height
+        }else {
+            removes.add("height")
         }
         if (zoneSpace.elecCap!=null&&zoneSpace.elecCap!=0.0){
             hashMap["elecCap"] = zoneSpace.elecCap
+        }else {
+            removes.add("elecCap")
         }
         if (!zoneSpace.zoneOrientation.isNullOrEmpty()){
             hashMap["zoneOrientation"] = zoneSpace.zoneOrientation
+        }else {
+            removes.add("zoneOrientation")
         }
         if (!zoneSpace.pollutionDegree.isNullOrEmpty()){
             hashMap["pollutionDegree"] = zoneSpace.pollutionDegree
+        }else {
+            removes.add("pollutionDegree")
         }
         if (!zoneSpace.intro.isNullOrEmpty()){
             hashMap["intro"] = zoneSpace.intro
+        }else {
+            removes.add("intro")
         }
         if (!zoneSpace.projRoomFuncType.isNullOrEmpty()){
             hashMap["projRoomFuncType"] = zoneSpace.projRoomFuncType
+        }else {
+            removes.add("projRoomFuncType")
         }
         if (!zoneSpace.pic.isNullOrEmpty()){
             hashMap["pic"] = zoneSpace.pic
+        }else {
+            removes.add("pic")
         }
         if (!zoneSpace.infos.isNullOrEmpty()){
             for (key in zoneSpace.infos!!.keys){
-                hashMap[key] = zoneSpace.infos!![key]
+                if (zoneSpace.infos!![key]!=null&&!zoneSpace.infos!![key].toString().isNullOrEmpty()&&zoneSpace.infos!![key].toString()!="null"){
+                    hashMap[key] = zoneSpace.infos!![key]
+                } else {
+                    removes.add(key)
+                }
             }
         }
-
+        if (removes.isNotEmpty()){
+            hashMap["$"+"remove"] = removes
+        }
         list.add(hashMap)
         return list
     }

+ 17 - 3
datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/SystemUtil.kt

@@ -193,6 +193,7 @@ object SystemUtil {
      */
     fun systemTools(projectId: String,generalSystem: GeneralSystem): ArrayList<HashMap<String,Any?>> {
         var list = ArrayList<HashMap<String,Any?>>()
+        val removes = ArrayList<String>()
         val hashMap = HashMap<String, Any?>()
         hashMap["id"] = generalSystem.id
         hashMap["name"] = generalSystem.name
@@ -201,9 +202,13 @@ object SystemUtil {
         hashMap["classCode"] = generalSystem.classCode
         if (!generalSystem.localName.isNullOrEmpty()){
             hashMap["localName"] = generalSystem.localName
+        }else {
+            removes.add("localName")
         }
         if (!generalSystem.localId.isNullOrEmpty()){
             hashMap["localId"] = generalSystem.localId
+        }else {
+            removes.add("localId")
         }
         if (!generalSystem.defaultQRCode.isNullOrEmpty()){
             hashMap["defaultQRCode"] = generalSystem.defaultQRCode
@@ -214,17 +219,26 @@ object SystemUtil {
         if (!generalSystem.cadId.isNullOrEmpty()){
             hashMap["cadId"] = generalSystem.cadId
             hashMap["cADID"] = generalSystem.cadId
-
+        }else {
+            removes.add("cADID")
         }
         if (!generalSystem.bimId.isNullOrEmpty()){
             hashMap["bimId"] = generalSystem.bimId
+        }else {
+            removes.add("bimId")
         }
         if (!generalSystem.infos.isNullOrEmpty()){
             for (key in generalSystem.infos!!.keys){
-                hashMap[key] = generalSystem.infos!![key]
+                if (generalSystem.infos!![key]!=null&&!generalSystem.infos!![key].toString().isNullOrEmpty()&&generalSystem.infos!![key].toString()!="null"){
+                    hashMap[key] = generalSystem.infos!![key]
+                } else {
+                    removes.add(key)
+                }
             }
         }
-
+        if (removes.isNotEmpty()){
+            hashMap["$"+"remove"] = removes
+        }
         list.add(hashMap)
         return list
     }

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

@@ -86,7 +86,7 @@ class DataCenterBuilding {
                     message.sign = 0
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
             Configure.UPDATE -> {
                 /** 修改 */
@@ -118,7 +118,7 @@ class DataCenterBuilding {
                     message.sign = 0
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
             Configure.DELETE -> {
                 /** 删除 */
@@ -132,7 +132,7 @@ class DataCenterBuilding {
                     message.count +1
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
         }
     }

+ 3 - 3
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/DataCenterComponent.kt

@@ -99,7 +99,7 @@ class DataCenterComponent {
                     message.sign = 0
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
             Configure.UPDATE -> {
                 /** 修改 */
@@ -125,7 +125,7 @@ class DataCenterComponent {
                     message.sign = 0
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
             Configure.DELETE -> {
                 /** 删除 */
@@ -139,7 +139,7 @@ class DataCenterComponent {
                     message.count +1
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
         }
     }

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

@@ -120,7 +120,7 @@ class DataCenterEquipment {
                     message.count = message.count+1
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
             Configure.UPDATE -> {
                 /** 修改 */
@@ -151,7 +151,7 @@ class DataCenterEquipment {
                     message.count = message.count + 1
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
             Configure.DELETE -> {
                 if (dictProject!=null) {
@@ -171,7 +171,7 @@ class DataCenterEquipment {
                     message.count = message.count + 1
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
         }
     }
@@ -234,7 +234,7 @@ class DataCenterEquipment {
         }
 
         /** 更改标记 */
-        synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+        synchronousMessageObjService.update(message)
 
     }
 

+ 3 - 3
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/DataCenterFloor.kt

@@ -102,7 +102,7 @@ class DataCenterFloor {
                 }
 
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
             Configure.UPDATE -> {
                 /** 修改 */
@@ -127,7 +127,7 @@ class DataCenterFloor {
                     message.sign = 0
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
             Configure.DELETE -> {
                 /** 删除 */
@@ -141,7 +141,7 @@ class DataCenterFloor {
                     message.count +1
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
         }
     }

+ 3 - 3
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/DataCenterShaft.kt

@@ -84,7 +84,7 @@ class DataCenterShaft {
                     message.sign = 0
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
             Configure.UPDATE -> {
                 /** 修改 */
@@ -109,7 +109,7 @@ class DataCenterShaft {
                     message.sign = 0
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
             Configure.DELETE -> {
                 /** 删除 */
@@ -123,7 +123,7 @@ class DataCenterShaft {
                     message.count +1
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
         }
     }

+ 3 - 3
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/DataCenterSpace.kt

@@ -133,7 +133,7 @@ class DataCenterSpace {
                     message.sign = 0
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
             Configure.UPDATE -> {
                 /** 修改 */
@@ -158,7 +158,7 @@ class DataCenterSpace {
                     message.sign = 0
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
             Configure.DELETE -> {
                 /** 删除 */
@@ -172,7 +172,7 @@ class DataCenterSpace {
                     message.count +1
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
         }
     }

+ 3 - 3
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/DataCenterSystem.kt

@@ -84,7 +84,7 @@ class DataCenterSystem {
                     message.sign = 0
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
             Configure.UPDATE -> {
                 /** 修改 */
@@ -109,7 +109,7 @@ class DataCenterSystem {
                     message.sign = 0
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
             Configure.DELETE -> {
                 /** 删除 */
@@ -123,7 +123,7 @@ class DataCenterSystem {
                     message.count +1
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign","count"))
+                synchronousMessageObjService.update(message)
             }
         }
     }

+ 3 - 3
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/DataCenterVOTn.kt

@@ -56,7 +56,7 @@ class DataCenterVOTn {
                         message.sign = 2
                     }
                     /** 更改标记 */
-                    synchronousMessageObjService.update(message, arrayListOf("sign"))
+                    synchronousMessageObjService.update(message)
                 }
             }
             Configure.UPDATE -> {
@@ -78,7 +78,7 @@ class DataCenterVOTn {
                         message.sign = 2
                     }
                     /** 更改标记 */
-                    synchronousMessageObjService.update(message, arrayListOf("sign"))
+                    synchronousMessageObjService.update(message)
                 }
             }
             Configure.DELETE -> {
@@ -92,7 +92,7 @@ class DataCenterVOTn {
                     message.sign = 2
                 }
                 /** 更改标记 */
-                synchronousMessageObjService.update(message, arrayListOf("sign"))
+                synchronousMessageObjService.update(message)
             }
         }
     }

+ 3 - 3
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdBuilding.kt

@@ -85,7 +85,7 @@ class RwdBuilding {
                     message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
             Configure.RWDUPDATE -> {
                 /** 修改 */
@@ -109,7 +109,7 @@ class RwdBuilding {
                     message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
 
             }
             Configure.RWDDELETE -> {
@@ -125,7 +125,7 @@ class RwdBuilding {
                     message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
         }
 

+ 3 - 3
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdComponent.kt

@@ -98,7 +98,7 @@ class RwdComponent {
                     message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
             Configure.RWDUPDATE -> {
                 /** 修改 */
@@ -122,7 +122,7 @@ class RwdComponent {
                     message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
             Configure.RWDDELETE -> {
                 /** 删除 */
@@ -137,7 +137,7 @@ class RwdComponent {
                     message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
         }
     }

+ 8 - 8
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdEquip.kt

@@ -92,14 +92,14 @@ class RwdEquip {
                         message.state = 0
                     } else {
                         message.state = 2
-                        message.count+1
+                        message.count = message.count+1
                     }
                 } else {
                     message.state = 2
-                    message.count+1
+                    message.count = message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
             Configure.RWDUPDATE -> {
                 /** 修改 */
@@ -135,14 +135,14 @@ class RwdEquip {
                         message.state = 0
                     } else {
                         message.state = 2
-                        message.count+1
+                        message.count = message.count+1
                     }
                 } else {
                     message.state = 2
-                    message.count+1
+                    message.count = message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
             Configure.RWDDELETE -> {
                 /** 删除 */
@@ -154,10 +154,10 @@ class RwdEquip {
                     message.state = 0
                 } else {
                     message.state = 2
-                    message.count+1
+                    message.count = message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
         }
     }

+ 3 - 4
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdFloor.kt

@@ -31,7 +31,6 @@ import com.persagy.mybatis.SMybatisDao
 import com.persagy.server.datacenter.models.entities.dictnew.DictProject
 import com.persagy.server.datacenter.models.entities.objects.Building
 import com.persagy.server.datacenter.models.entities.objects.Floor
-import com.persagy.server.datacenter.models.entities.objects.Project
 import com.persagy.server.syn.Configure
 import com.persagy.server.syn.jms.bean.SyncRwdDatacenterMessage
 import com.persagy.server.syn.models.api.obj.BuildingApi
@@ -92,7 +91,7 @@ class RwdFloor {
                     message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
             Configure.RWDUPDATE -> {
                 /** 修改 */
@@ -116,7 +115,7 @@ class RwdFloor {
                     message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
             Configure.RWDDELETE -> {
                 /** 删除 */
@@ -131,7 +130,7 @@ class RwdFloor {
                     message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
         }
 

+ 2 - 2
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdProject.kt

@@ -106,7 +106,7 @@ class RwdProject {
                     message.count =message.count +1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
             Configure.RWDUPDATE -> {
 
@@ -133,7 +133,7 @@ class RwdProject {
                         message.count+1
                     }
                     /** 更改标记 */
-                    syncRwdMessageService.update(message, arrayListOf("state","count"))
+                    syncRwdMessageService.update(message)
                 }
             }
             Configure.RWDDELETE -> {

+ 2 - 2
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdRelationAdd.kt

@@ -1132,12 +1132,12 @@ class RwdRelationAdd {
                 message.state = 2
                 message.count +1
             }
-            syncRwdMessageService.update(message, arrayListOf("state","count"))
+            syncRwdMessageService.update(message)
         } catch (e: Exception) {
             e.printStackTrace()
             message.state = 2
             message.count +1
-            syncRwdMessageService.update(message, arrayListOf("state","count"))
+            syncRwdMessageService.update(message)
         }
     }
 

+ 4 - 2
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdRelationDel.kt

@@ -36,12 +36,14 @@ import com.persagy.server.datacenter.models.entities.rel.*
 import com.persagy.server.syn.jms.bean.SyncRwdDatacenterMessage
 import com.persagy.service.SBaseService
 import com.persagy.service.SObjectService
+import org.springframework.stereotype.Service
 
 /**
  *
  * @author wx  <zhangweixin@sagacloud.com>
  * @date  2020/12/25 17:33
  */
+@Service
 class RwdRelationDel {
 
     /** 业务空间服务 */
@@ -1124,12 +1126,12 @@ class RwdRelationDel {
                 message.state = 2
                 message.count +1
             }
-            syncRwdMessageService.update(message, arrayListOf("state","count"))
+            syncRwdMessageService.update(message)
         } catch (e: Exception) {
             e.printStackTrace()
             message.state = 2
             message.count +1
-            syncRwdMessageService.update(message, arrayListOf("state","count"))
+            syncRwdMessageService.update(message)
         }
     }
 

+ 3 - 3
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdShaft.kt

@@ -83,7 +83,7 @@ class RwdShaft {
                     message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
             Configure.RWDUPDATE -> {
                 /** 修改 */
@@ -113,7 +113,7 @@ class RwdShaft {
                     message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
             Configure.RWDDELETE -> {
                 /** 删除 */
@@ -128,7 +128,7 @@ class RwdShaft {
                     message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
         }
     }

+ 3 - 3
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdSpace.kt

@@ -114,7 +114,7 @@ class RwdSpace {
                     message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
             Configure.RWDUPDATE -> {
                 /** 修改 */
@@ -138,7 +138,7 @@ class RwdSpace {
                     message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
             Configure.RWDDELETE -> {
                 /** 删除 */
@@ -153,7 +153,7 @@ class RwdSpace {
                     message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
         }
     }

+ 3 - 3
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/RwdSystem.kt

@@ -82,7 +82,7 @@ class RwdSystem {
                     message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
             Configure.RWDUPDATE -> {
                 /** 修改 */
@@ -106,7 +106,7 @@ class RwdSystem {
                     message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
             Configure.RWDDELETE -> {
                 /** 删除 */
@@ -121,7 +121,7 @@ class RwdSystem {
                     message.count+1
                 }
                 /** 更改标记 */
-                syncRwdMessageService.update(message, arrayListOf("state","count"))
+                syncRwdMessageService.update(message)
             }
         }
     }

+ 18 - 18
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/rel/AutomaticCalculationSync.kt

@@ -107,7 +107,7 @@ class AutomaticCalculationSync {
                 }
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(message, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(message)
 
         }
     }
@@ -143,7 +143,7 @@ class AutomaticCalculationSync {
                 }
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(message, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(message)
         }
     }
 
@@ -177,7 +177,7 @@ class AutomaticCalculationSync {
                 }
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(message, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(message)
         }
     }
 
@@ -211,7 +211,7 @@ class AutomaticCalculationSync {
                 }
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(message, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(message)
         }
     }
 
@@ -245,7 +245,7 @@ class AutomaticCalculationSync {
                 }
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(message, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(message)
 
         }
     }
@@ -280,7 +280,7 @@ class AutomaticCalculationSync {
                 }
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(message, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(message)
         }
     }
 
@@ -314,7 +314,7 @@ class AutomaticCalculationSync {
                 }
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(message, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(message)
         }
     }
 
@@ -355,7 +355,7 @@ class AutomaticCalculationSync {
                 }
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(message, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(message)
         }
     }
 
@@ -389,7 +389,7 @@ class AutomaticCalculationSync {
                 }
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(message, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(message)
         }
     }
 
@@ -423,7 +423,7 @@ class AutomaticCalculationSync {
                 }
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(message, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(message)
         }
     }
 
@@ -458,7 +458,7 @@ class AutomaticCalculationSync {
                 }
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(message, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(message)
         }
     }
 
@@ -492,7 +492,7 @@ class AutomaticCalculationSync {
                 }
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(message, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(message)
         }
     }
 
@@ -526,7 +526,7 @@ class AutomaticCalculationSync {
                 }
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(message, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(message)
         }
     }
 
@@ -560,7 +560,7 @@ class AutomaticCalculationSync {
                 }
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(message, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(message)
         }
     }
 
@@ -594,7 +594,7 @@ class AutomaticCalculationSync {
                 }
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(message, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(message)
         }
     }
 
@@ -628,7 +628,7 @@ class AutomaticCalculationSync {
                 }
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(message, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(message)
         }
     }
     /**
@@ -661,7 +661,7 @@ class AutomaticCalculationSync {
                 }
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(message, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(message)
         }
     }
 
@@ -695,7 +695,7 @@ class AutomaticCalculationSync {
                 }
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(message, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(message)
         }
     }
 

+ 5 - 5
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/rel/EquipinSpaceSync.kt

@@ -71,7 +71,7 @@ class EquipinSpaceSync {
                 synchronousMessageRel.count +1
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(synchronousMessageRel, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(synchronousMessageRel)
         } catch (e: Exception) {
             e.printStackTrace()
         }
@@ -109,7 +109,7 @@ class EquipinSpaceSync {
                 synchronousMessageRel.count +1
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(synchronousMessageRel, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(synchronousMessageRel)
         } catch (e: Exception) {
             e.printStackTrace()
         }
@@ -138,7 +138,7 @@ class EquipinSpaceSync {
                 synchronousMessageRel.count +1
             }
             /** 更改标记 */
-            synchronousMessageRelService.update(synchronousMessageRel, arrayListOf("sign","count"))
+            synchronousMessageRelService.update(synchronousMessageRel)
         } catch (e: Exception) {
             e.printStackTrace()
         }
@@ -186,7 +186,7 @@ class EquipinSpaceSync {
             synchronousMessageRel.count +1
         }
         /** 更改标记 */
-        synchronousMessageRelService.update(synchronousMessageRel, arrayListOf("sign","count"))
+        synchronousMessageRelService.update(synchronousMessageRel)
     }
 
     /**
@@ -224,7 +224,7 @@ class EquipinSpaceSync {
                 }
 
                 /** 更改标记 */
-                synchronousMessageRelService.update(synchronousMessageRel, arrayListOf("sign","count"))
+                synchronousMessageRelService.update(synchronousMessageRel)
 
             } else {
                 synchronousMessageRel.sign = 2

+ 1 - 1
datasyn/src/main/kotlin/com/persagy/server/syn/task/SchedulerTask.kt

@@ -51,7 +51,7 @@ class SchedulerTask {
     lateinit var messageProcessing: MessageProcessing
 
     //cron表达式:每隔5秒执行一次
-//    @Scheduled(cron = "0 */3 * * * ?")
+    @Scheduled(cron = "0 */5 * * * ?")
 //    @Scheduled(cron="0/30 * *  * * ? ")   //每5秒执行一次
 //    @Scheduled(cron = "0 */1 * * * ?")
     fun scheduled() {

+ 1 - 1
datasyn/src/main/kotlin/com/persagy/server/syn/task/SchedulerTaskRel.kt

@@ -51,7 +51,7 @@ class SchedulerTaskRel {
     lateinit var messageProcessing: MessageProcessing
 
     //cron表达式:每隔5秒执行一次
-//    @Scheduled(cron = "0 */3 * * * ?")
+    @Scheduled(cron = "0 */5 * * * ?")
 //    @Scheduled(cron="0/5 * *  * * ? ")   //每5秒执行一次
 //    @Scheduled(cron = "0 */1 * * * ?")
     fun scheduled() {

+ 3 - 3
datasyn/src/main/kotlin/com/persagy/server/syn/task/SchedulerTaskTwo.kt

@@ -51,12 +51,12 @@ class SchedulerTaskTwo {
     lateinit var messageProcessing: MessageProcessing
     //cron表达式:每隔5秒执行一次
 //    @Scheduled(cron = "0 */3 * * * ?")
-//    @Scheduled(cron = "0 */1 * * * ?")
-    @Scheduled(cron="0/5 * *  * * ? ")   //每5秒执行一次
+    @Scheduled(cron = "0 */1 * * * ?")
+//    @Scheduled(cron="0/5 * *  * * ? ")   //每5秒执行一次
     fun scheduled() {
         try {
             logger.info("同步中台任务开始} *****************************************************************")
-//            messageProcessing.syncRwdData()
+            messageProcessing.syncRwdData()
         } catch (e: Exception) {
             e.printStackTrace()
         }

+ 250 - 0
datasyn/src/main/kotlin/com/persagy/server/syn/utils/ParamTools.kt

@@ -378,5 +378,255 @@ object ParamTools {
         return map
     }
 
+    /**
+     * 业务空间(同类)邻接关系
+     */
+    fun spaceNeighborhood(graphCode: String,type: String): String {
+        if (graphCode == "SpaceNeighborhood"&& type == "None") {
+            /** 空间隔断无门窗 */
+        } else if (graphCode == "SpaceNeighborhood"&& type == "Door") {
+            /** 空间隔断有门 */
+        }else if (graphCode == "SpaceNeighborhood"&& type == "Window") {
+            /** 空间隔断有窗 */
+        }else if (graphCode == "SpaceNeighborhood"&& type == "DoorWindow") {
+            /** 空间隔断有门窗 */
+        }else if (graphCode == "SpaceNeighborhood"&& type == "Connect") {
+            /** 空间连通 */
+        }
+        return ""
+    }
+
+    /**
+     * 贯通关系
+     */
+    fun throughRelationship(graphCode: String,type: String): String {
+        if (graphCode == "ThroughRelationship"&& type == "Fl2Fl") {
+            /** 楼层贯通关系 */
+        } else if (graphCode == "ThroughRelationship"&& type == "Sh2Sh") {
+            /** 竖井贯通关系 */
+        }
+        return ""
+    }
+
+    /**
+     * 建筑交通网络(同类)
+     */
+    fun trafficNetwork(graphCode: String,type: String): String{
+        if (graphCode == "TrafficNetwork"&& type == "Normal") {
+            /** 普通交通 */
+        } else if (graphCode == "TrafficNetwork"&& type == "FFOpen") {
+            /** 消防常开交通 */
+        }else if (graphCode == "TrafficNetwork"&& type == "FFClose") {
+            /** 消防常关交通 */
+        }
+        return ""
+    }
+
+    /**
+     * 空气流通网络(同类)
+     */
+    fun convectionNetwork(graphCode: String,type: String): String {
+        if (graphCode == "ConvectionNetwork"&& type == "Natural") {
+            /** 空气自然对流 */
+        } else if (graphCode == "ConvectionNetwork"&& type == "OnewayMech") {
+            /** 空气单向机械通风 */
+        }else if (graphCode == "ConvectionNetwork"&& type == "MixMech") {
+            /** 空气混合机械通风 */
+        }
+        return ""
+    }
+
+    /**
+     * 光照辐射网络(同类)
+     */
+    fun radiationNetwork(graphCode: String,type: String): String {
+        if (graphCode == "RadiationNetwork"&& type == "Connect") {
+            /** 光照连通 */
+        } else if (graphCode == "RadiationNetwork"&& type == "Transparent") {
+            /** 光照透明隔断 */
+        }
+        return ""
+    }
+
+    /**
+     * 机电类所在区域关系
+     */
+    fun mechInArch(graphCode: String,type: String): String {
+        if (graphCode == "MechInArch"&& type == "Sy2Bd") {
+            /** 系统所在建筑 */
+        } else if (graphCode == "MechInArch"&& type == "Sy2Fl") {
+            /** 系统所在楼层 */
+        } else if (graphCode == "MechInArch"&& type == "Sy2Sh") {
+            /** 系统所在竖井 */
+        } else if (graphCode == "MechInArch"&& type == "Sy2Sp") {
+            /** 系统所在空间 */
+        } else if (graphCode == "MechInArch"&& type == "Eq2Bd") {
+            /** 设备设施所在建筑 */
+        } else if (graphCode == "MechInArch"&& type == "Eq2Fl") {
+            /** 设备设施所在楼层 */
+        } else if (graphCode == "MechInArch"&& type == "Eq2Sh") {
+            /** 设备设施所在竖井 */
+        } else if (graphCode == "MechInArch"&& type == "Eq2Sp") {
+            /** 设备设施所在空间 */
+        }
+        return ""
+    }
+
+    /**
+     * 机电类服务区域关系
+     */
+    fun mechForArch(graphCode: String,type: String): String {
+        if (graphCode == "MechForArch"&& type == "Sy2Bd") {
+            /** 系统服务于建筑 */
+        } else if (graphCode == "MechForArch"&& type == "Sy2Fl") {
+            /** 系统服务于楼层 */
+        } else if (graphCode == "MechForArch"&& type == "Sy2Sh") {
+            /** 系统服务于竖井 */
+        } else if (graphCode == "MechForArch"&& type == "Sy2Sp") {
+            /** 系统服务于空间 */
+        } else if (graphCode == "MechForArch"&& type == "Eq2Bd") {
+            /** 设备设施服务于建筑 */
+        } else if (graphCode == "MechForArch"&& type == "Eq2Fl") {
+            /** 设备设施服务于楼层 */
+        } else if (graphCode == "MechForArch"&& type == "Eq2Sh") {
+            /** 设备设施服务于竖井 */
+        } else if (graphCode == "MechForArch"&& type == "Eq2Sp") {
+            /** 设备设施服务于空间 */
+        }
+        return ""
+    }
+
+    /**
+     * 物理连通关系
+     */
+//    fun eq2Eq(graphCode: String,type: String): String{
+//        return if (graphCode == "LUDistribution"&& type == "Normal") {
+//            /** 低压配电普通连接 */
+//        } else if (graphCode == "LUDistribution"&& type == "Backup") {
+//            /** 高压变配电互备连接 */
+//        } else if (graphCode == "ChillWaterLoop"&& type == "Supply") {
+//            /** 空调冷冻水供水 */
+//        } else if (graphCode == "ChillWaterLoop"&& type == "Return") {
+//            /** 空调冷冻水回水 */
+//        }else if (graphCode == "ChillWaterLoop"&& type == "Bypass") {
+//            /** 空调冷冻水旁通 */
+//        }else if (graphCode == "ChillWaterLoop"&& type == "Fill") {
+//            /** 空调冷冻水补水 */
+//        }else if (graphCode == "CoolingWaterLoop"&& type == "Supply") {
+//            /** 空调冷却水供水 */
+//        } else if (graphCode == "CoolingWaterLoop"&& type == "Return") {
+//            /** 空调冷却水回水 */
+//        }else if (graphCode == "CoolingWaterLoop"&& type == "Bypass") {
+//            /** 空调冷却水旁通 */
+//        }else if (graphCode == "CoolingWaterLoop"&& type == "Fill") {
+//            /** 空调冷却水补水 */
+//        }else if (graphCode == "HeatWaterLoop"&& type == "Supply") {
+//            /** 采暖水供水 */
+//        } else if (graphCode == "HeatWaterLoop"&& type == "Return") {
+//            /** 采暖水回水 */
+//        }else if (graphCode == "HeatWaterLoop"&& type == "Bypass") {
+//            /** 采暖水旁通 */
+//        }else if (graphCode == "HeatWaterLoop"&& type == "Fill") {
+//            /** 采暖水补水 */
+//        }else if (graphCode == "CondWaterNetwork"&& type == "Discharge") {
+//            /** 空调冷凝水排水 */
+//        }else if (graphCode == "ACAirNetwork"&& type == "Supply") {
+//            /** 空调送风 */
+//        }else if (graphCode == "ACAirNetwork"&& type == "Return") {
+//            /** 空调回风 */
+//        }else if (graphCode == "ACAirNetwork"&& type == "Discharge") {
+//            /** 空调排风 */
+//        }else if (graphCode == "FreshAirNetwork"&& type == "Fresh") {
+//            /** 新风送风 */
+//        }else if (graphCode == "VentNetwork"&& type == "Supply") {
+//            /** 通风送风 */
+//        }else if (graphCode == "VentNetwork"&& type == "Discharge") {
+//            /** 通风排风 */
+//        }else if (graphCode == "VentNetwork"&& type == "Uncertain") {
+//            /** 通风不确定 */
+//        }else if (graphCode == "VRFNetwork"&& type == "SupplyReturn") {
+//            /** 多联机供回制冷剂 */
+//        }else if (graphCode == "DomesticWaterNetwork"&& type == "Supply") {
+//            /** 生活给水供水 */
+//        }else if (graphCode == "DomesticWaterNetwork"&& type == "Bypass") {
+//            /** 生活给水旁通 */
+//        }else if (graphCode == "DrainingWaterNetwork"&& type == "Discharge") {
+//            /** 污水排水 */
+//        }else if (graphCode == "DrainingWaterNetwork"&& type == "Bypass") {
+//            /** 污水旁通 */
+//        }else if (graphCode == "RecycleWaterNetwork"&& type == "Supply") {
+//            /** 中水供水 */
+//        }else if (graphCode == "RecycleWaterNetwork"&& type == "Bypass") {
+//            /** 中水旁通 */
+//            "eq2eq_RecycleWaterNetwork_2"
+//        }else if (graphCode == "DrinkingWaterNetwork"&& type == "Bypass") {
+//            /** 直饮水旁通 */
+//            "eq2eq_DrinkingWaterNetwork_2"
+//        }else if (graphCode == "DrinkingWaterNetwork"&& type == "Supply") {
+//            /** 直饮水供水 */
+//            "eq2eq_DrinkingWaterNetwork_1"
+//        }else if (graphCode == "DHWNetwork"&& type == "Supply") {
+//            /** 生活热水供水 */
+//            "eq2eq_DHWNetwork_1"
+//        }else if (graphCode == "DHWNetwork"&& type == "Bypass") {
+//            /** 生活热水旁通 */
+//            "eq2eq_DHWNetwork_2"
+//        }else if (graphCode == "GasNetwork"&& type == "Supply") {
+//            /** 燃气供气 */
+//            "eq2eq_GasNetwork_1"
+//        }else if (graphCode == "GasNetwork"&& type == "Bypass") {
+//            /** 燃气旁通 */
+//            "eq2eq_GasNetwork_2"
+//        }else if (graphCode == "FireWaterNetwork"&& type == "Supply") {
+//            /** 消防给水供水 */
+//            "eq2eq_FireWaterNetwork_1"
+//        }else if (graphCode == "FireWaterNetwork"&& type == "Bypass") {
+//            /** 消防给水旁通 */
+//            "eq2eq_FireWaterNetwork_2"
+//        }else if (graphCode == "FireVentNetwork"&& type == "Discharge") {
+//            /** 消防排烟 */
+//            "eq2eq_FireVentNetwork_1"
+//        }else if (graphCode == "WENetwork"&& type == "Normal") {
+//            /** 弱电通信连接 */
+//            "eq2eq_SensorNetwork_1"
+//        }else if (graphCode == "MechCtrl"&& type == "EqCtrl") {
+//            /** 设备控制关系 */
+//            "eq2eq_ControlRelation_1"
+//        }else if (graphCode == "MechPower"&& type == "EqNormal") {
+//            /** 设备常规电源 */
+//            "eq2eq_EquipPower_1"
+//        }else if (graphCode == "MechPower"&& type == "EqBackup") {
+//            /** 设备备用电源 */
+//            "eq2eq_EquipPower_2"
+//        }else if (graphCode == "SensorRelationship"&& type == "Ss2Eq") {
+//            /** 传感器测量设备关系 */
+//            "eq2eq_SensorRelationship_ss2eq"
+//        }else if (graphCode == "ValveRelationship"&& type == "Vv2Eq") {
+//            /** 阀门限制设备关系 */
+//            "eq2eq_ValveRelationship_vv2eq"
+//        }else if (graphCode == "MechCtrl"&& type == "SyCtrl") {
+//            /** 系统控制关系 */
+//            "eq2eq_ControlRelation_2"
+//        }else if (graphCode == "MechPower"&& type == "SyNormal") {
+//            /** 系统常规电源 */
+//            "eq2eq_EquipPower_3"
+//        }else if (graphCode == "MechPower"&& type == "SyBackup") {
+//            /** 系统备用电源 */
+//            "eq2eq_EquipPower_4"
+//        }else if (graphCode == "SensorRelationship"&& type == "Ss2Sy") {
+//            /** 传感器测量系统关系 */
+//            "eq2sy_SensorRelationship_ss2sy"
+//        }else if (graphCode == "SensorRelationship"&& type == "Ss2Sp") {
+//            /** 传感器测量空间关系 */
+//            "eq2sp_SensorRelationship_ss2sp"
+//        }else if (graphCode == "ValveRelationship"&& type == "Vv2Sy") {
+//            /** 阀门限制系统关系 */
+//            "eq2sy_ValveRelationship_vv2sy"
+//        }else {
+//            ""
+//        }
+//    }
+
+
 
 } // Object ParamTools

+ 2 - 1
datasyn/src/main/resources/application-dev.yml

@@ -42,7 +42,7 @@ mqtopid:
 
 custom:
   #true 代表eureka  false  代表 http
-  eurekaorhttp:                       true
+  eurekaorhttp:                       false
 
 # 服务名
 servicename:
@@ -50,3 +50,4 @@ servicename:
   DMPORG:                             DMP-ORG   #物理3世界
   DMPRWD:                             DMP-RWD   #中台
 
+

+ 19 - 0
datasyn/src/main/resources/application-prod.yml

@@ -20,6 +20,25 @@ spring:
     #虚拟host 可以不设置,使用server默认host
     virtual-host: /test
 
+
+# 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}
+
+
 saga:
   dataPlatform:                        http://39.102.40.239:9970
 

+ 11 - 2
equip-component/src/main/kotlin/com/persagy/server/Swagger3Config.kt

@@ -105,8 +105,17 @@ open class Swagger3Config {
             .build()
     }
 
-
-
+    /**
+     * 字典分组
+     */
+    @Bean
+    open fun planarApiDict(): GroupedOpenApi {
+        return GroupedOpenApi.builder()
+            .group("字典")
+            .pathsToMatch("/dict/**")
+            .addOperationCustomizer(operationCustomizer)
+            .build()
+    }
 
     /**
      * 全局参数

+ 0 - 1
equip-component/src/main/kotlin/com/persagy/server/controllers/dict/DictCustomController.kt

@@ -131,5 +131,4 @@ class DictCustomController {
     }  // Function objectCounts()
 
 
-
 } //

+ 5 - 0
equip-component/src/main/kotlin/com/persagy/server/models/objects/FloorCompon.kt

@@ -81,6 +81,11 @@ open class FloorCompon : BaseInfo() {
     @Column(name = "bim_id")
     var bimId: String? = null
 
+    /** BIM模型中编码 */
+    @Schema(description = "BIM模型中编码")
+    @Column(name = "bim_id_pre")
+    var bimIdPre: String? = null
+
     /** 楼层顺序码 */
     @Schema(description = "楼层顺序码")
     @Column(name = "sequence_id")

+ 0 - 17
equip-component/src/main/kotlin/com/persagy/server/service/EquipmentComService.kt

@@ -39,7 +39,6 @@ import com.persagy.server.datacenter.models.entities.dictnew.DefClass
 import com.persagy.server.datacenter.models.entities.graphtype.RelationTypeProject
 import com.persagy.server.datacenter.models.entities.objects.*
 import com.persagy.server.datacenter.models.entities.rel.REq2Sp
-import com.persagy.server.datacenter.models.entities.rel.RSp2Sp
 import com.persagy.server.datacenter.models.entities.rel.RSpinFl
 import com.persagy.server.models.planar.PlanarEquip
 import com.persagy.server.models.requests.PlanarEquipRequests
@@ -58,10 +57,6 @@ import com.persagy.service.models.responses.SBaseResponse
 import com.persagy.service.models.responses.SQueryResponse
 import com.persagy.service.utils.SSpringContextUtil
 import org.slf4j.LoggerFactory
-import java.util.*
-import kotlin.collections.ArrayList
-import kotlin.collections.HashMap
-import kotlin.collections.HashSet
 
 /**
  * 设备和部件信息服务
@@ -618,19 +613,7 @@ object EquipmentComService : Service<Equipment>(SMybatisDao(Equipment::class.jav
 
        return try {
            val projectId = SPageContext.getHeader("projectId")
-            var projection = request.projection
 
-            if (projection == null ){
-                projection = ArrayList()
-                projection.add("equipId")
-            }
-            if (projection!=null&&projection!!.isEmpty()){
-                projection.add("equipId")
-            }
-           if (projection!=null&&!projection.isEmpty()){
-               projection.clear()
-               projection.add("equipId")
-           }
             val updateList = PropertyService.updateList(request)
 
            try {

+ 2 - 2
gradle.properties

@@ -25,8 +25,8 @@
 #
 
 PERSAGY_URL = http://www.persagy.cn
-PERSAGY_KOTLIN_VERSION = 1.4.120
-PERSAGY_SERVICE_VERSION = 1.4.162
+PERSAGY_KOTLIN_VERSION = 1.4.121
+PERSAGY_SERVICE_VERSION = 1.4.163
 
 MAVEN_REPO_PUBLIC_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-public/
 MAVEN_REPO_RELEASE_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-releases/

+ 1 - 1
message-center/src/main/kotlin/com/persagy/server/messagecenter/services/base/Service.kt

@@ -102,7 +102,7 @@ open class Service<ENTITY : BaseInfo>(daoClass: SAbstractDao<ENTITY>)
         return try {
             for (info in request.content!!) {
                 info.projectId = getProject()
-                baseDao.update(info, request.projection, SFilter.eq("id", info.id!!), SFilter.eq("projectId", getProject()))
+                baseDao.update(info)
             }
             SBaseResponse(SResponseType.success)
         } catch (e: Exception) {

+ 1 - 2
scanbuilding/src/main/kotlin/com/persagy/server/controller/task/ModelScanTaskController.kt

@@ -96,8 +96,7 @@ open class ModelScanTaskController {
         val equipScanTaskQueryService = SObjectService(SMybatisDao(ModelScanTaskQuery::class.java))
         val withFilterList = ArrayList<SFilter>()
         withFilterList.add(SFilter.eq("projectId", SPageContext.getHeader("projectId").toString()))
-//        withFilterList.add(SFilter.lt(SLength("category"), 6))
-        return ModelScanTaskQueryService.pageQuery(request,withFilterList);
+        return ModelScanTaskQueryService.pageQueryTwo(request)
     } // Function pageQuery()
 
     /**

+ 20 - 0
scanbuilding/src/main/kotlin/com/persagy/server/services/task/ModelScanTaskQueryService.kt

@@ -70,5 +70,25 @@ object ModelScanTaskQueryService : RService<ModelScanTaskQuery>(SMybatisDao(Mode
         return pageQuery
     } // Fun
 
+    fun pageQueryTwo(request: SQueryRequest): SQueryResponse<ModelScanTaskQuery> {
+        val projectId = SPageContext.getHeader("projectId").toString()
+        val withFilterList = ArrayList<SFilter>()
+        withFilterList.add(SFilter.eq("projectId", SPageContext.getHeader("projectId").toString()))
+        val pageQuery = pageQuery(request, withFilterList)
+        if (!pageQuery.content.isNullOrEmpty()&&pageQuery.content!!.size>0){
+            for (content in pageQuery.content!!){
+                val exec = select(SFilter.eq("parentId", content.equipId!!),SFilter.eq("taskParentId", content.id!!)).exec()
+                if (exec.size>0){
+                    content.component = exec
+                }
+                val defClass =
+                    defClassService.select(SFilter.eq("projectId", projectId), SFilter.eq("code", content.classCode!!)).entity()
+                if (defClass!=null) {
+                    content.equipCategory = defClass
+                }
+            }
+        }
+        return pageQuery
+    } // Fun
 
 } // Class ModelScanTaskService