Browse Source

Merge remote-tracking branch 'origin/master'

caiaf 4 years ago
parent
commit
513e470a48
51 changed files with 1943 additions and 1832 deletions
  1. 3 1
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/dictnew/DefFuncId.kt
  2. 1 1
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/graphtype/rel/electricity/RelEquipmentHubOrdinary.kt
  3. 1 1
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/graphtype/rel/electricity/RelEquipmentHubPrepare.kt
  4. 1 1
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/graphtype/rel/electricity/RelEquipmentLubOrdinary.kt
  5. 1 1
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/graphtype/rel/electricity/RelEquipmentLubPrepare.kt
  6. 1 1
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/graphtype/rel/electricity/RelEquipmentSparePower.kt
  7. 1 1
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/graphtype/rel/electricity/RelEquipmentSySparePower.kt
  8. 1 1
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/objects/Floor.kt
  9. 0 1
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/RSyForSh.kt
  10. 108 0
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/REq2BdTwo.kt
  11. 53 0
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/REq2EqTwo.kt
  12. 101 0
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/REq2FlTwo.kt
  13. 101 0
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/REq2ShTwo.kt
  14. 53 0
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/REq2SyTwo.kt
  15. 119 0
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/RPe2SpTwo.kt
  16. 101 0
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/RPeInShTwo.kt
  17. 114 0
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/RSy2SpTwo.kt
  18. 41 0
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/RSyForBdTwo.kt
  19. 40 0
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/RSyForFlTwo.kt
  20. 40 0
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/RSyForShTwo.kt
  21. 93 0
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/RelVBase.kt
  22. 1 0
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/tool/DictInfoTools.kt
  23. 2 2
      datacenter/src/main/kotlin/com/persagy/server/jms/TopicReceiver.kt
  24. 26 0
      datacenter/src/main/kotlin/com/persagy/server/services/base/CommonServices.kt
  25. 1 0
      datacenter/src/main/kotlin/com/persagy/server/services/graphtype/RelationTypeProjectService.kt
  26. 9 4
      datacenter/src/main/kotlin/com/persagy/server/services/objects/FloorService.kt
  27. 2 2
      datacenter/src/main/kotlin/com/persagy/server/services/objects/ZoneSpaceBaseService.kt
  28. 19 5
      datacenter/src/main/kotlin/com/persagy/server/services/rel/REqForSpBaseService.kt
  29. 116 96
      datacenter/src/main/kotlin/com/persagy/server/services/rel/REqInSpBaseService.kt
  30. 17 1
      datacenter/src/main/kotlin/com/persagy/server/services/rel/RSyEqService.kt
  31. 510 1649
      datacenter/src/main/kotlin/com/persagy/server/services/relation_calc/ManualRelationCalcService.kt
  32. 42 2
      datacenter/src/main/kotlin/com/persagy/server/services/relation_calc/RelationCalcService.kt
  33. 1 1
      datacenter/src/main/resources/application-prod.yml
  34. 14 14
      datacenter/src/main/resources/application-test.yml
  35. 7 3
      datasyn/src/main/kotlin/com/persagy/server/syn/Opts.kt
  36. 17 5
      datasyn/src/main/kotlin/com/persagy/server/syn/controllers/obj/RelToFromController.kt
  37. 7 1
      datasyn/src/main/kotlin/com/persagy/server/syn/models/api/dict/DictTypeApi.kt
  38. 4 4
      datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/FloorUtil.kt
  39. 2 1
      datasyn/src/main/kotlin/com/persagy/server/syn/services/dict/DClassDefService.kt
  40. 1 1
      datasyn/src/main/kotlin/com/persagy/server/syn/task/SchedulerTask.kt
  41. 1 1
      datasyn/src/main/kotlin/com/persagy/server/syn/task/SchedulerTaskRel.kt
  42. 2 2
      datasyn/src/main/resources/application-dev.yml
  43. 24 15
      datasyn/src/main/resources/application-prod.yml
  44. 65 0
      datasyn/src/main/resources/application-prod2.yml
  45. 3 5
      equip-component/src/main/kotlin/com/persagy/server/service/labsl/CustomSqlLabslService.kt
  46. 1 1
      equip-component/src/main/kotlin/com/persagy/server/service/objects/ShaftService.kt
  47. 1 1
      equip-component/src/main/kotlin/com/persagy/server/service/objects/TenantService.kt
  48. 4 4
      equip-component/src/main/resources/application-prod.yml
  49. 31 0
      equip-component/src/main/resources/application-prod1.yml
  50. 37 1
      scanbuilding/src/main/kotlin/com/persagy/server/services/task/RecordProblemsService.kt
  51. 2 2
      scanbuilding/src/main/resources/application-dev.yml

+ 3 - 1
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/dictnew/DefFuncId.kt

@@ -224,7 +224,9 @@ open class DefFuncId: Serializable {
     @Schema(description = "路径")
     var path: String? = null
         get() {
-            return  if (!code.isNullOrEmpty()&&DictInfoTools.pathCode(code!!)) {
+            return if (!classCode.isNullOrEmpty()&&!code.isNullOrEmpty()&&code == "height" ){
+                "infos.$code"
+            } else if (!code.isNullOrEmpty()&&DictInfoTools.pathCode(code!!)) {
                 code
             } else if (firstName == "基本信息"&&code == "pic"){
                 code

+ 1 - 1
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/graphtype/rel/electricity/RelEquipmentHubOrdinary.kt

@@ -43,7 +43,7 @@ open class RelEquipmentHubOrdinary : EquipmentBase(){
 
     /** 级联-设备 */
     @Schema(description = "级联-设备")
-    @SCascade(table="r_eq2eq", idColumn="id1", childIdColumn="id2",self = false,filter = "type = 'eq2eq_HUDistribution_1'")
+    @SCascade(table="relationship.r_eq2eq", idColumn="id1", childIdColumn="id2",self = false,filter = "type = 'eq2eq_HUDistribution_1'")
     var objectInfo: ArrayList<RelEquipmentFloor>? = null
 
 }

+ 1 - 1
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/graphtype/rel/electricity/RelEquipmentHubPrepare.kt

@@ -43,7 +43,7 @@ open class RelEquipmentHubPrepare : EquipmentBase() {
 
     /** 级联-设备 */
     @Schema(description = "级联-设备")
-    @SCascade(table="r_eq2eq", idColumn="id1", childIdColumn="id2",self = false,filter = "type = 'eq2eq_HUDistribution_2'")
+    @SCascade(table="relationship.r_eq2eq", idColumn="id1", childIdColumn="id2",self = false,filter = "type = 'eq2eq_HUDistribution_2'")
     var objectInfo: ArrayList<RelEquipmentFloor>? = null
 
 }

+ 1 - 1
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/graphtype/rel/electricity/RelEquipmentLubOrdinary.kt

@@ -43,7 +43,7 @@ open class RelEquipmentLubOrdinary : EquipmentBase() {
 
     /** 级联-设备 */
     @Schema(description = "级联-设备")
-    @SCascade(table="r_eq2eq", idColumn="id1", childIdColumn="id2",self = false,filter = "type = 'eq2eq_LUDistribution_1'")
+    @SCascade(table="relationship.r_eq2eq", idColumn="id1", childIdColumn="id2",self = false,filter = "type = 'eq2eq_LUDistribution_1'")
     var objectInfo: ArrayList<RelEquipmentFloor>? = null
 
 }

+ 1 - 1
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/graphtype/rel/electricity/RelEquipmentLubPrepare.kt

@@ -43,7 +43,7 @@ open class RelEquipmentLubPrepare : EquipmentBase() {
 
     /** 级联-设备 */
     @Schema(description = "级联-设备")
-    @SCascade(table="r_eq2eq", idColumn="id1", childIdColumn="id2",self = false,filter = "type = 'eq2eq_LUDistribution_2'")
+    @SCascade(table="relationship.r_eq2eq", idColumn="id1", childIdColumn="id2",self = false,filter = "type = 'eq2eq_LUDistribution_2'")
     var objectInfo: ArrayList<RelEquipmentFloor>? = null
 
 }

+ 1 - 1
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/graphtype/rel/electricity/RelEquipmentSparePower.kt

@@ -43,7 +43,7 @@ open class RelEquipmentSparePower : EquipmentBase() {
 
     /** 级联-设备 */
     @Schema(description = "级联-设备")
-    @SCascade(table="r_eq2eq", idColumn="id1", childIdColumn="id2",self = false,filter = "type = 'eq2eq_EquipPower_2'")
+    @SCascade(table="relationship.r_eq2eq", idColumn="id1", childIdColumn="id2",self = false,filter = "type = 'eq2eq_EquipPower_2'")
     var objectInfo: ArrayList<RelEquipmentFloor>? = null
 
 }

+ 1 - 1
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/graphtype/rel/electricity/RelEquipmentSySparePower.kt

@@ -43,7 +43,7 @@ open class RelEquipmentSySparePower : EquipmentBase() {
 
     /** 级联-设备 */
     @Schema(description = "级联-设备")
-    @SCascade(table="r_eq2eq", idColumn="id1", childIdColumn="id2",self = false,filter = "type = 'eq2eq_EquipPower_4'")
+    @SCascade(table="relationship.r_eq2eq", idColumn="id1", childIdColumn="id2",self = false,filter = "type = 'eq2eq_EquipPower_4'")
     var objectInfo: ArrayList<RelEquipmentFloor>? = null
 
 }

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

@@ -102,7 +102,7 @@ open class Floor : BaseInfo() {
     /** 楼层顺序码 */
     @Schema(description = "楼层顺序码")
     @Column(name = "sequence_id")
-    var floorSequenceId: Int? = null
+    var floorSequenceID: Int? = null
 
     /** 楼层常驻人数 */
     @Schema(description = "楼层常驻人数")

+ 0 - 1
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/RSyForSh.kt

@@ -26,7 +26,6 @@
 
 package com.persagy.server.datacenter.models.entities.rel
 
-import com.alibaba.fastjson.annotation.JSONField
 import com.persagy.server.datacenter.models.entities.base.RBaseInfo
 import io.swagger.v3.oas.annotations.media.Schema
 import javax.persistence.Column

+ 108 - 0
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/REq2BdTwo.kt

@@ -0,0 +1,108 @@
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .F88X
+ *        X8888Y
+ *      .}888888N;
+ *        i888888N;        .:!              .I$WI:
+ *          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
+ *          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
+ *            +888888N;  .8888888Y                                  "&&8Y.}8,
+ *            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
+ *              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
+ *              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
+ *            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
+ *            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
+ *          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
+ *        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
+ *      .:R888888I
+ *      .&888888I                                          Copyright (c) 2009-2020.  博锐尚格科技股份有限公司
+ *        ~8888'
+ *        .!88~                                                                     All rights reserved.
+ *
+ * *********************************************************************************************************************
+ */
+
+package com.persagy.server.datacenter.models.entities.rel.archforarch
+
+import com.persagy.server.datacenter.models.entities.base.RBaseInfo
+import io.swagger.v3.oas.annotations.media.Schema
+import javax.persistence.Column
+import javax.persistence.Id
+import javax.persistence.Table
+
+/**
+ * 空间和空间关系
+ *
+ * @author 张维新
+ */
+@Schema(description = "设备和建筑关系")
+@Table(name = "relationship.v_eq2bd")
+class REq2BdTwo : RBaseInfo(){
+
+    /** 空间Id */
+    @Schema(description = "空间Id")
+    @Id
+    @Column(name = "id1")
+    var id1: String? = null
+
+    /** 空间Id */
+    @Schema(description = "空间Id")
+    @Id
+    @Column(name = "id2")
+    var id2: String? = null
+
+    /** 项目Id */
+    @Schema(description = "项目Id")
+    @Id
+    @Column(name = "project_id")
+    var projectId: String? = null
+
+    /** 类型 */
+    @Schema(description = "类型 " )
+    @Id
+    @Column(name = "type")
+    var type: String? = null
+
+    /** 计算标记 1 为手动 2为自动 */
+    @Schema(description = "计算标记 1 为手动 2为自动 ")
+    @Column(name = "sign")
+    var sign: Int? = null
+
+    /** 设备本地编码 */
+    @Schema(description = "设备本地编码")
+    @Column(name = "local_id1")
+    var localId1: String? = null
+
+    /** 设备本地名称 */
+    @Schema(description = "设备本地名称")
+    @Column(name = "local_name1")
+    var localName1: String? = null
+
+    /** 设备本地编码 */
+    @Schema(description = "设备本地编码")
+    @Column(name = "local_id2")
+    var localId2: String? = null
+
+    /** 设备本地名称 */
+    @Schema(description = "设备本地名称")
+    @Column(name = "local_name2")
+    var localName2: String? = null
+
+    /** 名称 */
+    @Schema(description = "名称")
+    @Column(name = "name1")
+    var name1: String? = null
+
+    /** 名称 */
+    @Schema(description = "名称")
+    @Column(name = "name2")
+    var name2: String? = null
+
+    /** 名称 */
+    @Schema(description = "主对象cadid")
+    @Column(name = "cad_id1")
+    var cadId1: String? = null
+
+}

+ 53 - 0
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/REq2EqTwo.kt

@@ -0,0 +1,53 @@
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .F88X
+ *        X8888Y
+ *      .}888888N;
+ *        i888888N;        .:!              .I$WI:
+ *          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
+ *          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
+ *            +888888N;  .8888888Y                                  "&&8Y.}8,
+ *            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
+ *              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
+ *              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
+ *            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
+ *            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
+ *          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
+ *        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
+ *      .:R888888I
+ *      .&888888I                                          Copyright (c) 2009-2021.  博锐尚格科技股份有限公司
+ *        ~8888'
+ *        .!88~                                                                     All rights reserved.
+ *
+ * *********************************************************************************************************************
+ */
+package com.persagy.server.datacenter.models.entities.rel.archforarch
+
+import io.swagger.v3.oas.annotations.media.Schema
+import javax.persistence.Column
+import javax.persistence.Id
+import javax.persistence.Table
+
+@Schema(description = "设备和系统")
+@Table(name = "relationship.v_eq2eq")
+class REq2EqTwo : RelVBase() {
+
+    /** 名称 */
+    @Schema(description = "主对象cadid")
+    @Column(name = "cad_id1")
+    var cadId1: String? = null
+
+    /** 名称 */
+    @Schema(description = "从对象cadid")
+    @Column(name = "cad_id2")
+    var cadId2: String? = null
+
+    /** 类型 */
+    @Schema(description = "类型 " )
+    @Id
+    @Column(name = "type")
+    var type: String? = null
+
+}

+ 101 - 0
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/REq2FlTwo.kt

@@ -0,0 +1,101 @@
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .F88X
+ *        X8888Y
+ *      .}888888N;
+ *        i888888N;        .:!              .I$WI:
+ *          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
+ *          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
+ *            +888888N;  .8888888Y                                  "&&8Y.}8,
+ *            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
+ *              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
+ *              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
+ *            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
+ *            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
+ *          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
+ *        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
+ *      .:R888888I
+ *      .&888888I                                          Copyright (c) 2009-2020.  博锐尚格科技股份有限公司
+ *        ~8888'
+ *        .!88~                                                                     All rights reserved.
+ *
+ * *********************************************************************************************************************
+ */
+
+package com.persagy.server.datacenter.models.entities.rel.archforarch
+
+import com.persagy.server.datacenter.models.entities.base.RBaseInfo
+import io.swagger.v3.oas.annotations.media.Schema
+import javax.persistence.Column
+import javax.persistence.Id
+import javax.persistence.Table
+
+/**
+ * 空间和空间关系
+ *
+ * @author 张维新
+ */
+@Schema(description = "设备和建筑关系")
+@Table(name = "relationship.v_eqforfl")
+class REq2FlTwo : RBaseInfo(){
+
+    /** 空间Id */
+    @Schema(description = "空间Id")
+    @Id
+    @Column(name = "id1")
+    var id1: String? = null
+
+    /** 空间Id */
+    @Schema(description = "空间Id")
+    @Id
+    @Column(name = "id2")
+    var id2: String? = null
+
+    /** 项目Id */
+    @Schema(description = "项目Id")
+    @Column(name = "project_id")
+    var projectId: String? = null
+
+    /** 计算标记 1 为手动 2为自动 */
+    @Schema(description = "计算标记 1 为手动 2为自动 ")
+    @Column(name = "sign")
+    var sign: Int? = null
+
+    /** 设备本地编码 */
+    @Schema(description = "设备本地编码")
+    @Column(name = "local_id1")
+    var localId1: String? = null
+
+    /** 设备本地名称 */
+    @Schema(description = "设备本地名称")
+    @Column(name = "local_name1")
+    var localName1: String? = null
+
+    /** 设备本地编码 */
+    @Schema(description = "设备本地编码")
+    @Column(name = "local_id2")
+    var localId2: String? = null
+
+    /** 设备本地名称 */
+    @Schema(description = "设备本地名称")
+    @Column(name = "local_name2")
+    var localName2: String? = null
+
+    /** 名称 */
+    @Schema(description = "名称")
+    @Column(name = "name1")
+    var name1: String? = null
+
+    /** 名称 */
+    @Schema(description = "名称")
+    @Column(name = "name2")
+    var name2: String? = null
+
+    /** 名称 */
+    @Schema(description = "主对象cadid")
+    @Column(name = "cad_id1")
+    var cadId1: String? = null
+
+}

+ 101 - 0
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/REq2ShTwo.kt

@@ -0,0 +1,101 @@
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .F88X
+ *        X8888Y
+ *      .}888888N;
+ *        i888888N;        .:!              .I$WI:
+ *          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
+ *          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
+ *            +888888N;  .8888888Y                                  "&&8Y.}8,
+ *            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
+ *              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
+ *              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
+ *            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
+ *            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
+ *          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
+ *        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
+ *      .:R888888I
+ *      .&888888I                                          Copyright (c) 2009-2020.  博锐尚格科技股份有限公司
+ *        ~8888'
+ *        .!88~                                                                     All rights reserved.
+ *
+ * *********************************************************************************************************************
+ */
+
+package com.persagy.server.datacenter.models.entities.rel.archforarch
+
+import com.persagy.server.datacenter.models.entities.base.RBaseInfo
+import io.swagger.v3.oas.annotations.media.Schema
+import javax.persistence.Column
+import javax.persistence.Id
+import javax.persistence.Table
+
+/**
+ * 空间和空间关系
+ *
+ * @author 张维新
+ */
+@Schema(description = "设备和建筑关系")
+@Table(name = "relationship.v_eqforsh")
+class REq2ShTwo : RBaseInfo(){
+
+    /** 空间Id */
+    @Schema(description = "空间Id")
+    @Id
+    @Column(name = "id1")
+    var id1: String? = null
+
+    /** 空间Id */
+    @Schema(description = "空间Id")
+    @Id
+    @Column(name = "id2")
+    var id2: String? = null
+
+    /** 项目Id */
+    @Schema(description = "项目Id")
+    @Column(name = "project_id")
+    var projectId: String? = null
+
+    /** 计算标记 1 为手动 2为自动 */
+    @Schema(description = "计算标记 1 为手动 2为自动 ")
+    @Column(name = "sign")
+    var sign: Int? = null
+
+    /** 设备本地编码 */
+    @Schema(description = "设备本地编码")
+    @Column(name = "local_id1")
+    var localId1: String? = null
+
+    /** 设备本地名称 */
+    @Schema(description = "设备本地名称")
+    @Column(name = "local_name1")
+    var localName1: String? = null
+
+    /** 设备本地编码 */
+    @Schema(description = "设备本地编码")
+    @Column(name = "local_id2")
+    var localId2: String? = null
+
+    /** 设备本地名称 */
+    @Schema(description = "设备本地名称")
+    @Column(name = "local_name2")
+    var localName2: String? = null
+
+    /** 名称 */
+    @Schema(description = "名称")
+    @Column(name = "name1")
+    var name1: String? = null
+
+    /** 名称 */
+    @Schema(description = "名称")
+    @Column(name = "name2")
+    var name2: String? = null
+
+    /** 名称 */
+    @Schema(description = "主对象cadid")
+    @Column(name = "cad_id1")
+    var cadId1: String? = null
+
+}

+ 53 - 0
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/REq2SyTwo.kt

@@ -0,0 +1,53 @@
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .F88X
+ *        X8888Y
+ *      .}888888N;
+ *        i888888N;        .:!              .I$WI:
+ *          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
+ *          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
+ *            +888888N;  .8888888Y                                  "&&8Y.}8,
+ *            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
+ *              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
+ *              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
+ *            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
+ *            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
+ *          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
+ *        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
+ *      .:R888888I
+ *      .&888888I                                          Copyright (c) 2009-2021.  博锐尚格科技股份有限公司
+ *        ~8888'
+ *        .!88~                                                                     All rights reserved.
+ *
+ * *********************************************************************************************************************
+ */
+package com.persagy.server.datacenter.models.entities.rel.archforarch
+
+import io.swagger.v3.oas.annotations.media.Schema
+import javax.persistence.Column
+import javax.persistence.Id
+import javax.persistence.Table
+
+@Schema(description = "设备和系统")
+@Table(name = "relationship.v_eq2sy")
+class REq2SyTwo : RelVBase() {
+
+    /** 名称 */
+    @Schema(description = "主对象cadid")
+    @Column(name = "cad_id1")
+    var cadId1: String? = null
+
+    /** 名称 */
+    @Schema(description = "从对象cadid")
+    @Column(name = "cad_id2")
+    var cadId2: String? = null
+
+    /** 类型 */
+    @Schema(description = "类型 " )
+    @Id
+    @Column(name = "type")
+    var type: String? = null
+
+}

+ 119 - 0
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/RPe2SpTwo.kt

@@ -0,0 +1,119 @@
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .F88X
+ *        X8888Y
+ *      .}888888N;
+ *        i888888N;        .:!              .I$WI:
+ *          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
+ *          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
+ *            +888888N;  .8888888Y                                  "&&8Y.}8,
+ *            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
+ *              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
+ *              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
+ *            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
+ *            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
+ *          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
+ *        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
+ *      .:R888888I
+ *      .&888888I                                          Copyright (c) 2009-2020.  博锐尚格科技股份有限公司
+ *        ~8888'
+ *        .!88~                                                                     All rights reserved.
+ *
+ * *********************************************************************************************************************
+ */
+
+package com.persagy.server.datacenter.models.entities.rel.archforarch
+
+import com.persagy.server.datacenter.models.entities.base.RBaseInfo
+import io.swagger.v3.oas.annotations.media.Schema
+import javax.persistence.Column
+import javax.persistence.Id
+import javax.persistence.Table
+
+/**
+ * 空间和空间关系
+ *
+ * @author 张维新
+ */
+@Schema(description = "竖井和空间关系")
+@Table(name = "relationship.v_pe2sp")
+class RPe2SpTwo : RBaseInfo(){
+
+    /** 空间Id */
+    @Schema(description = "空间Id")
+    @Id
+    @Column(name = "id1")
+    var id1: String? = null
+
+    /** 空间Id */
+    @Schema(description = "空间Id")
+    @Id
+    @Column(name = "id2")
+    var id2: String? = null
+
+    /** 项目Id */
+    @Schema(description = "项目Id")
+    @Id
+    @Column(name = "project_id")
+    var projectId: String? = null
+
+    /** 类型 */
+    @Schema(description = "类型 " )
+    @Id
+    @Column(name = "type")
+    var type: String? = null
+
+    /** 图类型 */
+    @Schema(description = "图类型 " )
+    @Column(name = "graph_code")
+    var graphCode: String? = null
+
+    /** 空间类型 */
+    @Schema(description = "空间类型 " )
+    @Id
+    @Column(name = "zone_type")
+    var zoneType: String? = null
+
+    /** 计算标记 1 为手动 2为自动 */
+    @Schema(description = "计算标记 1 为手动 2为自动 ")
+    @Column(name = "sign")
+    var sign: Int? = null
+
+    /** 设备本地编码 */
+    @Schema(description = "设备本地编码")
+    @Column(name = "local_id1")
+    var localId1: String? = null
+
+    /** 设备本地名称 */
+    @Schema(description = "设备本地名称")
+    @Column(name = "local_name1")
+    var localName1: String? = null
+
+    /** 设备本地编码 */
+    @Schema(description = "设备本地编码")
+    @Column(name = "local_id2")
+    var localId2: String? = null
+
+    /** 设备本地名称 */
+    @Schema(description = "设备本地名称")
+    @Column(name = "local_name2")
+    var localName2: String? = null
+
+    /** 名称 */
+    @Schema(description = "名称")
+    @Column(name = "name1")
+    var name1: String? = null
+
+    /** 名称 */
+    @Schema(description = "名称")
+    @Column(name = "name2")
+    var name2: String? = null
+
+    /** cadId1 */
+    @Schema(description = "cadId1")
+    @Column(name = "cad_id1")
+    var cadId1: String? = null
+
+}

+ 101 - 0
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/RPeInShTwo.kt

@@ -0,0 +1,101 @@
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .F88X
+ *        X8888Y
+ *      .}888888N;
+ *        i888888N;        .:!              .I$WI:
+ *          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
+ *          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
+ *            +888888N;  .8888888Y                                  "&&8Y.}8,
+ *            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
+ *              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
+ *              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
+ *            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
+ *            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
+ *          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
+ *        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
+ *      .:R888888I
+ *      .&888888I                                          Copyright (c) 2009-2020.  博锐尚格科技股份有限公司
+ *        ~8888'
+ *        .!88~                                                                     All rights reserved.
+ *
+ * *********************************************************************************************************************
+ */
+
+package com.persagy.server.datacenter.models.entities.rel.archforarch
+
+import com.persagy.server.datacenter.models.entities.base.RBaseInfo
+import io.swagger.v3.oas.annotations.media.Schema
+import javax.persistence.Column
+import javax.persistence.Id
+import javax.persistence.Table
+
+/**
+ * 空间和空间关系
+ *
+ * @author 张维新
+ */
+@Schema(description = "设备和建筑关系")
+@Table(name = "relationship.v_peinsh")
+class RPeInShTwo : RBaseInfo(){
+
+    /** 空间Id */
+    @Schema(description = "空间Id")
+    @Id
+    @Column(name = "id1")
+    var id1: String? = null
+
+    /** 空间Id */
+    @Schema(description = "空间Id")
+    @Id
+    @Column(name = "id2")
+    var id2: String? = null
+
+    /** 项目Id */
+    @Schema(description = "项目Id")
+    @Column(name = "project_id")
+    var projectId: String? = null
+
+    /** 计算标记 1 为手动 2为自动 */
+    @Schema(description = "计算标记 1 为手动 2为自动 ")
+    @Column(name = "sign")
+    var sign: Int? = null
+
+    /** 设备本地编码 */
+    @Schema(description = "设备本地编码")
+    @Column(name = "local_id1")
+    var localId1: String? = null
+
+    /** 设备本地名称 */
+    @Schema(description = "设备本地名称")
+    @Column(name = "local_name1")
+    var localName1: String? = null
+
+    /** 设备本地编码 */
+    @Schema(description = "设备本地编码")
+    @Column(name = "local_id2")
+    var localId2: String? = null
+
+    /** 设备本地名称 */
+    @Schema(description = "设备本地名称")
+    @Column(name = "local_name2")
+    var localName2: String? = null
+
+    /** 名称 */
+    @Schema(description = "名称")
+    @Column(name = "name1")
+    var name1: String? = null
+
+    /** 名称 */
+    @Schema(description = "名称")
+    @Column(name = "name2")
+    var name2: String? = null
+
+    /** 名称 */
+    @Schema(description = "主对象cadid")
+    @Column(name = "cad_id1")
+    var cadId1: String? = null
+
+}

+ 114 - 0
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/RSy2SpTwo.kt

@@ -0,0 +1,114 @@
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .F88X
+ *        X8888Y
+ *      .}888888N;
+ *        i888888N;        .:!              .I$WI:
+ *          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
+ *          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
+ *            +888888N;  .8888888Y                                  "&&8Y.}8,
+ *            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
+ *              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
+ *              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
+ *            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
+ *            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
+ *          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
+ *        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
+ *      .:R888888I
+ *      .&888888I                                          Copyright (c) 2009-2020.  博锐尚格科技股份有限公司
+ *        ~8888'
+ *        .!88~                                                                     All rights reserved.
+ *
+ * *********************************************************************************************************************
+ */
+
+package com.persagy.server.datacenter.models.entities.rel.archforarch
+
+import com.persagy.server.datacenter.models.entities.base.RBaseInfo
+import io.swagger.v3.oas.annotations.media.Schema
+import javax.persistence.Column
+import javax.persistence.Id
+import javax.persistence.Table
+
+/**
+ * 空间和空间关系
+ *
+ * @author 张维新
+ */
+@Schema(description = "竖井和空间关系")
+@Table(name = "relationship.v_sy2sp")
+class RSy2SpTwo : RBaseInfo(){
+
+    /** 空间Id */
+    @Schema(description = "空间Id")
+    @Id
+    @Column(name = "id1")
+    var id1: String? = null
+
+    /** 空间Id */
+    @Schema(description = "空间Id")
+    @Id
+    @Column(name = "id2")
+    var id2: String? = null
+
+    /** 项目Id */
+    @Schema(description = "项目Id")
+    @Id
+    @Column(name = "project_id")
+    var projectId: String? = null
+
+    /** 类型 */
+    @Schema(description = "类型 " )
+    @Id
+    @Column(name = "type")
+    var type: String? = null
+
+    /** 空间类型 */
+    @Schema(description = "空间类型 " )
+    @Id
+    @Column(name = "zone_type")
+    var zoneType: String? = null
+
+    /** 计算标记 1 为手动 2为自动 */
+    @Schema(description = "计算标记 1 为手动 2为自动 ")
+    @Column(name = "sign")
+    var sign: Int? = null
+
+    /** 设备本地编码 */
+    @Schema(description = "设备本地编码")
+    @Column(name = "local_id1")
+    var localId1: String? = null
+
+    /** 设备本地名称 */
+    @Schema(description = "设备本地名称")
+    @Column(name = "local_name1")
+    var localName1: String? = null
+
+    /** 设备本地编码 */
+    @Schema(description = "设备本地编码")
+    @Column(name = "local_id2")
+    var localId2: String? = null
+
+    /** 设备本地名称 */
+    @Schema(description = "设备本地名称")
+    @Column(name = "local_name2")
+    var localName2: String? = null
+
+    /** 名称 */
+    @Schema(description = "名称")
+    @Column(name = "name1")
+    var name1: String? = null
+
+    /** 名称 */
+    @Schema(description = "名称")
+    @Column(name = "name2")
+    var name2: String? = null
+
+    /** 名称 */
+    @Schema(description = "主对象cadid")
+    @Column(name = "cad_id1")
+    var cadId1: String? = null
+
+}

+ 41 - 0
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/RSyForBdTwo.kt

@@ -0,0 +1,41 @@
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .F88X
+ *        X8888Y
+ *      .}888888N;
+ *        i888888N;        .:!              .I$WI:
+ *          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
+ *          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
+ *            +888888N;  .8888888Y                                  "&&8Y.}8,
+ *            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
+ *              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
+ *              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
+ *            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
+ *            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
+ *          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
+ *        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
+ *      .:R888888I
+ *      .&888888I                                          Copyright (c) 2009-2021.  博锐尚格科技股份有限公司
+ *        ~8888'
+ *        .!88~                                                                     All rights reserved.
+ *
+ * *********************************************************************************************************************
+ */
+package com.persagy.server.datacenter.models.entities.rel.archforarch
+
+import io.swagger.v3.oas.annotations.media.Schema
+import javax.persistence.Column
+import javax.persistence.Table
+
+@Schema(description = "设备和系统")
+@Table(name = "relationship.v_syforbd")
+class RSyForBdTwo : RelVBase() {
+
+    /** 名称 */
+    @Schema(description = "主对象cadid")
+    @Column(name = "cad_id1")
+    var cadId1: String? = null
+
+}

+ 40 - 0
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/RSyForFlTwo.kt

@@ -0,0 +1,40 @@
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .F88X
+ *        X8888Y
+ *      .}888888N;
+ *        i888888N;        .:!              .I$WI:
+ *          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
+ *          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
+ *            +888888N;  .8888888Y                                  "&&8Y.}8,
+ *            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
+ *              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
+ *              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
+ *            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
+ *            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
+ *          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
+ *        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
+ *      .:R888888I
+ *      .&888888I                                          Copyright (c) 2009-2021.  博锐尚格科技股份有限公司
+ *        ~8888'
+ *        .!88~                                                                     All rights reserved.
+ *
+ * *********************************************************************************************************************
+ */
+package com.persagy.server.datacenter.models.entities.rel.archforarch
+
+import io.swagger.v3.oas.annotations.media.Schema
+import javax.persistence.Column
+import javax.persistence.Table
+
+@Schema(description = "系统和楼层")
+@Table(name = "relationship.v_syforfl")
+class RSyForFlTwo : RelVBase() {
+
+    /** 名称 */
+    @Schema(description = "主对象cadid")
+    @Column(name = "cad_id1")
+    var cadId1: String? = null
+}

+ 40 - 0
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/RSyForShTwo.kt

@@ -0,0 +1,40 @@
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .F88X
+ *        X8888Y
+ *      .}888888N;
+ *        i888888N;        .:!              .I$WI:
+ *          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
+ *          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
+ *            +888888N;  .8888888Y                                  "&&8Y.}8,
+ *            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
+ *              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
+ *              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
+ *            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
+ *            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
+ *          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
+ *        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
+ *      .:R888888I
+ *      .&888888I                                          Copyright (c) 2009-2021.  博锐尚格科技股份有限公司
+ *        ~8888'
+ *        .!88~                                                                     All rights reserved.
+ *
+ * *********************************************************************************************************************
+ */
+package com.persagy.server.datacenter.models.entities.rel.archforarch
+
+import io.swagger.v3.oas.annotations.media.Schema
+import javax.persistence.Column
+import javax.persistence.Table
+
+@Schema(description = "系统和楼层")
+@Table(name = "relationship.v_syforsh")
+class RSyForShTwo : RelVBase() {
+
+    /** 名称 */
+    @Schema(description = "主对象cadid")
+    @Column(name = "cad_id1")
+    var cadId1: String? = null
+}

+ 93 - 0
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/rel/archforarch/RelVBase.kt

@@ -0,0 +1,93 @@
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .F88X
+ *        X8888Y
+ *      .}888888N;
+ *        i888888N;        .:!              .I$WI:
+ *          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
+ *          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
+ *            +888888N;  .8888888Y                                  "&&8Y.}8,
+ *            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
+ *              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
+ *              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
+ *            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
+ *            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
+ *          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
+ *        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
+ *      .:R888888I
+ *      .&888888I                                          Copyright (c) 2009-2021.  博锐尚格科技股份有限公司
+ *        ~8888'
+ *        .!88~                                                                     All rights reserved.
+ *
+ * *********************************************************************************************************************
+ */
+
+package com.persagy.server.datacenter.models.entities.rel.archforarch
+
+import com.persagy.server.datacenter.models.entities.base.RBaseInfo
+import io.swagger.v3.oas.annotations.media.Schema
+import javax.persistence.Column
+import javax.persistence.Id
+
+/**
+ * 试图基类
+ */
+open class RelVBase: RBaseInfo() {
+
+    /** 主对象Id */
+    @Schema(description = "主对象Id")
+    @Id
+    @Column(name = "id1")
+    var id1: String? = null
+
+    /** 从对象Id */
+    @Schema(description = "从对象Id")
+    @Id
+    @Column(name = "id2")
+    var id2: String? = null
+
+    /** 项目Id */
+    @Schema(description = "项目Id")
+    @Id
+    @Column(name = "project_id")
+    var projectId: String? = null
+
+    /** 计算标记 1 为手动 2为自动 */
+    @Schema(description = "计算标记 1 为手动 2为自动 ")
+    @Column(name = "sign")
+    var sign: Int? = null
+
+    /** 设备本地编码 */
+    @Schema(description = "设备本地编码")
+    @Column(name = "local_id1")
+    var localId1: String? = null
+
+    /** 设备本地名称 */
+    @Schema(description = "设备本地名称")
+    @Column(name = "local_name1")
+    var localName1: String? = null
+
+    /** 设备本地编码 */
+    @Schema(description = "设备本地编码")
+    @Column(name = "local_id2")
+    var localId2: String? = null
+
+    /** 设备本地名称 */
+    @Schema(description = "设备本地名称")
+    @Column(name = "local_name2")
+    var localName2: String? = null
+
+    /** 名称 */
+    @Schema(description = "名称")
+    @Column(name = "name1")
+    var name1: String? = null
+
+    /** 名称 */
+    @Schema(description = "名称")
+    @Column(name = "name2")
+    var name2: String? = null
+
+
+}

+ 1 - 0
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/tool/DictInfoTools.kt

@@ -54,6 +54,7 @@ object DictInfoTools {
             "buildQRCode" -> true
             "bimIdPre" -> true
             "floorSequenceId" -> true
+            "floorSequenceID" -> true
             "permanentPeopleNum" -> true
             "floorIdentity" -> true
             "depth" -> true

+ 2 - 2
datacenter/src/main/kotlin/com/persagy/server/jms/TopicReceiver.kt

@@ -63,8 +63,8 @@ class TopicReceiver {
      *
      * @param
      */
-//    @RabbitListener(queues = ["queue-center-adm"])
-//    @RabbitHandler
+    @RabbitListener(queues = ["queue-center-adm"])
+    @RabbitHandler
     fun receiveMessage(message: String) {
         try {
             println("接收数据中心消息 , $message")

+ 26 - 0
datacenter/src/main/kotlin/com/persagy/server/services/base/CommonServices.kt

@@ -84,6 +84,32 @@ object CommonServices {
     /** 建筑和空间 */
     val rBd2SpTwoService = SObjectService(SMybatisDao(RBd2SpTwo::class.java))
 
+    /********************************************************************************/
+    /** 设备和系统 */
+    val rEq2SyTwoService = SObjectService(SMybatisDao(REq2SyTwo::class.java))
+    /** 设备和设备 */
+    val rEq2EqTwoService = SObjectService(SMybatisDao(REq2EqTwo::class.java))
+    /** 系统服务的建筑 */
+    val rSyForBdTwoService = SObjectService(SMybatisDao(RSyForBdTwo::class.java))
+    /** 系统服务于楼层 */
+    val rSyForFlTwoService = SObjectService(SMybatisDao(RSyForFlTwo::class.java))
+    /** 系统服务于竖井 */
+    val rSyForShTwoService = SObjectService(SMybatisDao(RSyForShTwo::class.java))
+    /** 系统和空间 */
+    val rSy2SpTwoService = SObjectService(SMybatisDao(RSy2SpTwo::class.java))
+    /** 设备和建筑关系 */
+    val rEq2BdTwoService = SObjectService(SMybatisDao(REq2BdTwo::class.java))
+    /** 设备和楼层  */
+    val rEq2FlTwoService = SObjectService(SMybatisDao(REq2FlTwo::class.java))
+    /** 设备和竖井 */
+    val rEq2ShTwoService = SObjectService(SMybatisDao(REq2ShTwo::class.java))
+    /** 资产和竖井 */
+    val rPeInShTwoService = SObjectService(SMybatisDao(RPeInShTwo::class.java))
+    /** 资产和空间 */
+    val rPe2SpTwoService = SObjectService(SMybatisDao(RPe2SpTwo::class.java))
+
+
+
 
 
 

+ 1 - 0
datacenter/src/main/kotlin/com/persagy/server/services/graphtype/RelationTypeProjectService.kt

@@ -92,6 +92,7 @@ object RelationTypeProjectService : RService<RelationTypeProject>(SMybatisDao(Re
         map["对象名称"] = "name"
         map["对象本地编码"] = "local_id"
         map["对象本地名称"] = "local_name"
+        map["设计图纸中编码"] = "cad_id"
         map
     }
 

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

@@ -81,7 +81,7 @@ object FloorService : Service<Floor>(SMybatisDao(Floor::class.java)) {
             val floorList = select(SFilter.eq("projectId", projectId!!), SFilter.eq("buildingId", floor.buildingId!!)).exec()
             if (floorList.size>0){
                 for (floor001 in floorList){
-                    if (floor001.floorSequenceId == floor.floorSequenceId){
+                    if (floor001.floorSequenceID == floor.floorSequenceID){
                         return false
                     }
                 }
@@ -121,12 +121,17 @@ object FloorService : Service<Floor>(SMybatisDao(Floor::class.java)) {
                         if (floor.name.isNullOrEmpty()){
                             floor.name = ShaftNameUtil.shaftName("楼层-")
                         }
+                        if (floor.floorSequenceID == null) {
+                            val sCreateResponse = SCreateResponse<Floor>(SResponseType.failure)
+                            sCreateResponse.message = "楼层顺序号不可以为空或类型错误"
+                            return sCreateResponse
+                        }
                         if (!floor.buildingId.isNullOrEmpty()){
                             val floorList = select(SFilter.eq("projectId", projectId!!),
                                 SFilter.eq("buildingId", floor.buildingId!!)).exec()
                             if (floorList.size>0){
                                 for (floor001 in floorList){
-                                    if (floor001.floorSequenceId == floor.floorSequenceId){
+                                    if (floor001.floorSequenceID!=null&&floor001.floorSequenceID == floor.floorSequenceID){
                                         val sCreateResponse = SCreateResponse<Floor>(SResponseType.failure)
                                         sCreateResponse.message = "楼层顺序号不可以重复"
                                         return sCreateResponse
@@ -209,7 +214,7 @@ object FloorService : Service<Floor>(SMybatisDao(Floor::class.java)) {
                         if (floorList.size>0){
                             for (floor001 in floorList){
                                 try {
-                                    if (floor001.floorSequenceId == floor.floorSequenceId){
+                                    if (floor001.floorSequenceID == floor.floorSequenceID){
                                         val sBaseResponse = SBaseResponse(SResponseType.failure)
                                         sBaseResponse.message = "楼层顺序号不可以重复"
                                         return sBaseResponse
@@ -338,7 +343,7 @@ object FloorService : Service<Floor>(SMybatisDao(Floor::class.java)) {
                     return sBaseResponse
                 }
 
-                val delete = delete(SFilter.eq("projectId", Opt.projectId!!), SFilter.eq("floorId", floor.id!!))
+                val delete = delete(SFilter.eq("projectId", Opt.projectId!!), SFilter.eq("id", floor.id!!))
                 if (delete) {
                     try {
                         rabbitMqService.sendObjects(Opt.projectId!!, Opt.DELETE, floor.id!!)

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

@@ -159,7 +159,7 @@ object ZoneSpaceBaseService : ServiceSpace<ZoneSpace>(SMybatisDao(ZoneSpace::cla
                            var listSFilter = ArrayList<SFilter>()
                            listSFilter.add(SFilter.eq("projectId",projectId))
                            listSFilter.add(SFilter.inList("id",listId))
-                           listSFilter.add(SFilter.eq("objectType",request.zoneType!!))
+                           listSFilter.add(SFilter.eq("classCode",request.zoneType!!))
                           val pageQuery = pageQuery(request, listSFilter)
                            spaceSQueryResponse.message = pageQuery.message
                            spaceSQueryResponse.total = pageQuery.total
@@ -396,7 +396,7 @@ object ZoneSpaceBaseService : ServiceSpace<ZoneSpace>(SMybatisDao(ZoneSpace::cla
             if (buildingList.size>0){
                 for (building in buildingList){
 
-                   val floorList = FloorService.select(SFilter.eq("projectId", projectId),SFilter.eq("buildingId", building.id!!)).order("floorSequenceId desc").exec()
+                   val floorList = FloorService.select(SFilter.eq("projectId", projectId),SFilter.eq("buildingId", building.id!!)).order("floorSequenceID desc").exec()
                     if (floorList.size>0){
                         building .floor = floorList
                     }

+ 19 - 5
datacenter/src/main/kotlin/com/persagy/server/services/rel/REqForSpBaseService.kt

@@ -71,8 +71,12 @@ object REqForSpBaseService: RService<REqForSpBase>(SMybatisDao(REqForSpBase::cla
                     rEq2Sp.type = "eq2sp_for"
                     val isInsert = rEq2SpService.insert(rEq2Sp)
                     if (isInsert){
-                        /** 发送消息 */
-                        rabbitMqService.sendRel(Opt.projectId!!, "EquipforSpace","11",rEqForSp.equipId!!,rEqForSp.spaceId!!)
+                        try {
+                            /** 发送消息 */
+                            rabbitMqService.sendRel(Opt.projectId!!, "EquipforSpace","11",rEqForSp.equipId!!,rEqForSp.spaceId!!)
+                        } catch (e: Exception) {
+                            e.printStackTrace()
+                        }
                     }else{
 
                     }
@@ -106,8 +110,12 @@ object REqForSpBaseService: RService<REqForSpBase>(SMybatisDao(REqForSpBase::cla
                     rEq2Sp.type = "eq2sp_for"
                     val isDelete = rEq2SpService.delete(rEq2Sp)
                     if (isDelete) {
-                        /** 发送消息 */
-                        rabbitMqService.sendRel(Opt.projectId!!, "EquipforSpace","12",rEqForSpBase.equipId!!,rEqForSpBase.spaceId!!)
+                        try {
+                            /** 发送消息 */
+                            rabbitMqService.sendRel(Opt.projectId!!, "EquipforSpace","12",rEqForSpBase.equipId!!,rEqForSpBase.spaceId!!)
+                        } catch (e: Exception) {
+                            e.printStackTrace()
+                        }
                     }
                 } catch (e: Exception) {
                     e.printStackTrace()
@@ -143,12 +151,18 @@ object REqForSpBaseService: RService<REqForSpBase>(SMybatisDao(REqForSpBase::cla
                 val replace = rEq2SpService.replace(rEq2Sp)
                 if (replace){
                     successList.add(equipId)
+                    try {
+                        /** 发送消息 */
+                        rabbitMqService.sendRel(Opt.projectId!!, "EquipforSpace","11",rEq2Sp.id1!!,rEq2Sp.id2!!)
+                    } catch (e: Exception) {
+                        e.printStackTrace()
+                    }
                 }else{
                     failureList.add(rEq2Sp)
                 }
             }
             if (successList.size>0){
-                rabbitMqService.sendRel(Opt.projectId!!, "EquipforSpace","14",rEqForSpBaseList.spaceId!!,successList.toJson()!!)
+//                rabbitMqService.sendRel(Opt.projectId!!, "EquipforSpace","14",rEqForSpBaseList.spaceId!!,successList.toJson()!!)
                 if (failureList.size>0){
                     val sCreateResponse = SCreateResponse<RSpForEqBaseList>(SResponseType.success)
                     sCreateResponse.message ="失败对象:"+failureList.toJson()

+ 116 - 96
datacenter/src/main/kotlin/com/persagy/server/services/rel/REqInSpBaseService.kt

@@ -84,8 +84,12 @@ object REqInSpBaseService: RService<REqInSpBase>(SMybatisDao(REqInSpBase::class.
 
                         /** 发送消息 */
 //                        messageHandler.sendMessage(jsonObject.toString())
-                        /** 发送消息 */
-                        rabbitMqService.sendRel(Opt.projectId!!, "EquipinSpace","11",rEqInSpBase.equipId!!,rEqInSpBase.spaceId!!)
+                        try {
+                            /** 发送消息 */
+                            rabbitMqService.sendRel(Opt.projectId!!, "EquipinSpace","11",rEqInSpBase.equipId!!,rEqInSpBase.spaceId!!)
+                        } catch (e: Exception) {
+                            e.printStackTrace()
+                        }
                     }
                 } catch (e: Exception) {
                     e.printStackTrace()
@@ -106,6 +110,7 @@ object REqInSpBaseService: RService<REqInSpBase>(SMybatisDao(REqInSpBase::class.
      */
     fun deletes(type: String, rEqInSpBaseList: ArrayList<REqInSpBase>): SBaseResponse {
         return try {
+
             val projectId = SPageContext.getHeader("projectId")
             val list= ArrayList<REq2Sp>()
             for (rEqInSpBase in rEqInSpBaseList){
@@ -116,9 +121,18 @@ object REqInSpBaseService: RService<REqInSpBase>(SMybatisDao(REqInSpBase::class.
                 rEq2Sp.zoneType = type
                 rEq2Sp.type = "eq2sp_in"
                 list.add(rEq2Sp)
+                val delete = REq2SpService.delete(rEq2Sp)
+                if (delete) {
+                    try {
+                        /** 发送消息 */
+                        rabbitMqService.sendRel(Opt.projectId!!, "EquipinSpace","12",rEq2Sp.id1!!,rEq2Sp.id2!!)
+                    } catch (e: Exception) {
+                        e.printStackTrace()
+                    }
+                }
             }
-            REq2SpService.deleteByKeysList(list)
-
+//            REq2SpService.deleteByKeysList(list)
+            SBaseResponse(SResponseType.success)
         } catch (e: Exception) {
             e.printStackTrace()
             return SBaseResponse(SResponseType.failure, e.message!!)
@@ -130,103 +144,103 @@ object REqInSpBaseService: RService<REqInSpBase>(SMybatisDao(REqInSpBase::class.
      *
      * @param    rEqInSpBaseList    设备和业务空间关系的对象列表
      */
-    fun createEq(rEqInSpBaseList: REqInSpBaseList): SCreateResponse<REqInSpBase> {
-        return try {
-            /** 成功集合 */
-            val successList = ArrayList<Any>()
-            /** 失败集合 */
-            val failureList = ArrayList<Any>()
-            REq2SpService.delete("id1 = '${rEqInSpBaseList.equipId}'")
-            for (spaceId in rEqInSpBaseList.spaceIdList!!){
-                val rEqInSpBase = REqInSpBase()
-                rEqInSpBase.equipId = rEqInSpBaseList.equipId
-                rEqInSpBase.spaceId = spaceId
-                rEqInSpBase.projectId = Opt.projectId
-                val replace = replace(rEqInSpBase)
-                if (replace){
-                    successList.add(spaceId)
-                }else{
-                    failureList.add(rEqInSpBase)
-                }
-            }
-            if (successList.size>0){
-                val jsonObject = JSONObject()
-                jsonObject.put("type", "13")
-                jsonObject.put("projectId", Opt.projectId)
-                jsonObject.put("id", rEqInSpBaseList.equipId)
-                jsonObject.put("obj_type", "EquipinSpace")
-                jsonObject.put("linkId",successList.toJson())
-
-                /** 发送消息 */
-//                RService.messageHandler.sendMessage(jsonObject.toString())
-                /** 发送消息 */
-                rabbitMqService.sendRel(Opt.projectId!!, "EquipinSpace","13",rEqInSpBaseList.equipId!!,successList.toJson()!!)
-                val sCreateResponse = SCreateResponse<REqInSpBase>(SResponseType.success)
-                if (failureList.size>0){
-                    sCreateResponse.message ="失败对象:"+failureList.toJson()
-                }
-                sCreateResponse
-            }else{
-                SCreateResponse(SResponseType.failure)
-            }
-        } catch (e: Exception) {
-            e.printStackTrace()
-            SCreateResponse(SResponseType.failure,e.message.toString())
-        }
-    } // Function createEq()
+//    fun createEq(rEqInSpBaseList: REqInSpBaseList): SCreateResponse<REqInSpBase> {
+//        return try {
+//            /** 成功集合 */
+//            val successList = ArrayList<Any>()
+//            /** 失败集合 */
+//            val failureList = ArrayList<Any>()
+//            REq2SpService.delete("id1 = '${rEqInSpBaseList.equipId}'")
+//            for (spaceId in rEqInSpBaseList.spaceIdList!!){
+//                val rEqInSpBase = REqInSpBase()
+//                rEqInSpBase.equipId = rEqInSpBaseList.equipId
+//                rEqInSpBase.spaceId = spaceId
+//                rEqInSpBase.projectId = Opt.projectId
+//                val replace = replace(rEqInSpBase)
+//                if (replace){
+//                    successList.add(spaceId)
+//                }else{
+//                    failureList.add(rEqInSpBase)
+//                }
+//            }
+//            if (successList.size>0){
+//                val jsonObject = JSONObject()
+//                jsonObject.put("type", "13")
+//                jsonObject.put("projectId", Opt.projectId)
+//                jsonObject.put("id", rEqInSpBaseList.equipId)
+//                jsonObject.put("obj_type", "EquipinSpace")
+//                jsonObject.put("linkId",successList.toJson())
+//
+//                /** 发送消息 */
+////                RService.messageHandler.sendMessage(jsonObject.toString())
+//                /** 发送消息 */
+//                rabbitMqService.sendRel(Opt.projectId!!, "EquipinSpace","13",rEqInSpBaseList.equipId!!,successList.toJson()!!)
+//                val sCreateResponse = SCreateResponse<REqInSpBase>(SResponseType.success)
+//                if (failureList.size>0){
+//                    sCreateResponse.message ="失败对象:"+failureList.toJson()
+//                }
+//                sCreateResponse
+//            }else{
+//                SCreateResponse(SResponseType.failure)
+//            }
+//        } catch (e: Exception) {
+//            e.printStackTrace()
+//            SCreateResponse(SResponseType.failure,e.message.toString())
+//        }
+//    } // Function createEq()
 
     /**
      * 创建所在业务空间的设备关系
      *
      * @param    rEqInSpBaseList    设备和业务空间关系的对象列表
      */
-    fun createsSp(rEqInSpBaseList: RSpInEqBaseList): SCreateResponse<REqInSpBase> {
-        return try {
-            /** 成功集合 */
-            val successList = ArrayList<Any>()
-            /** 失败集合 */
-            val failureList = ArrayList<Any>()
-            REq2SpService.delete("id2 = '${rEqInSpBaseList.spaceId}'")
-            for (equipId in rEqInSpBaseList.equipIdList!!){
-                val rEqInSpBase = REqInSpBase()
-                rEqInSpBase.spaceId = rEqInSpBaseList.spaceId
-                rEqInSpBase.equipId = equipId
-                rEqInSpBase.projectId = Opt.projectId
-                val replace = replace(rEqInSpBase)
-                if (replace){
-                    successList.add(equipId)
-                }else{
-                    failureList.add(rEqInSpBase)
-                }
-            }
-            if (successList.size>0){
-                val jsonObject = JSONObject()
-                jsonObject.put("type", "13")
-                jsonObject.put("projectId", Opt.projectId)
-                jsonObject.put("id", rEqInSpBaseList.spaceId)
-                jsonObject.put("obj_type", "EquipinSpace")
-                jsonObject.put("linkId",successList.toJson())
-
-                /** 发送消息 */
-//                RService.messageHandler.sendMessage(jsonObject.toString())
-                /** 发送消息 */
-                rabbitMqService.sendRel(Opt.projectId!!, "EquipinSpace","13",rEqInSpBaseList.spaceId!!,successList.toJson()!!)
-                if (failureList.size>0){
-                    val sCreateResponse = SCreateResponse<REqInSpBase>(SResponseType.success)
-                    sCreateResponse.message ="失败对象:"+failureList.toJson()
-                    sCreateResponse
-                }else{
-                    val sCreateResponse = SCreateResponse<REqInSpBase>(SResponseType.success)
-                    sCreateResponse
-                }
-            }else{
-                SCreateResponse(SResponseType.failure)
-            }
-        } catch (e:Exception){
-            e.printStackTrace()
-            SCreateResponse(SResponseType.failure,e.message.toString())
-        }
-    } // Function createsSp()
+//    fun createsSp(rEqInSpBaseList: RSpInEqBaseList): SCreateResponse<REqInSpBase> {
+//        return try {
+//            /** 成功集合 */
+//            val successList = ArrayList<Any>()
+//            /** 失败集合 */
+//            val failureList = ArrayList<Any>()
+//            REq2SpService.delete("id2 = '${rEqInSpBaseList.spaceId}'")
+//            for (equipId in rEqInSpBaseList.equipIdList!!){
+//                val rEqInSpBase = REqInSpBase()
+//                rEqInSpBase.spaceId = rEqInSpBaseList.spaceId
+//                rEqInSpBase.equipId = equipId
+//                rEqInSpBase.projectId = Opt.projectId
+//                val replace = replace(rEqInSpBase)
+//                if (replace){
+//                    successList.add(equipId)
+//                }else{
+//                    failureList.add(rEqInSpBase)
+//                }
+//            }
+//            if (successList.size>0){
+//                val jsonObject = JSONObject()
+//                jsonObject.put("type", "13")
+//                jsonObject.put("projectId", Opt.projectId)
+//                jsonObject.put("id", rEqInSpBaseList.spaceId)
+//                jsonObject.put("obj_type", "EquipinSpace")
+//                jsonObject.put("linkId",successList.toJson())
+//
+//                /** 发送消息 */
+////                RService.messageHandler.sendMessage(jsonObject.toString())
+//                /** 发送消息 */
+//                rabbitMqService.sendRel(Opt.projectId!!, "EquipinSpace","13",rEqInSpBaseList.spaceId!!,successList.toJson()!!)
+//                if (failureList.size>0){
+//                    val sCreateResponse = SCreateResponse<REqInSpBase>(SResponseType.success)
+//                    sCreateResponse.message ="失败对象:"+failureList.toJson()
+//                    sCreateResponse
+//                }else{
+//                    val sCreateResponse = SCreateResponse<REqInSpBase>(SResponseType.success)
+//                    sCreateResponse
+//                }
+//            }else{
+//                SCreateResponse(SResponseType.failure)
+//            }
+//        } catch (e:Exception){
+//            e.printStackTrace()
+//            SCreateResponse(SResponseType.failure,e.message.toString())
+//        }
+//    } // Function createsSp()
 
     /**
      * 创建所在业务空间的设备关系
@@ -255,6 +269,12 @@ object REqInSpBaseService: RService<REqInSpBase>(SMybatisDao(REqInSpBase::class.
                         val replace = rEq2SpService.replace(rEq2Sp)
                         if (replace){
                             successList.add(rEq2Sp.id1!!)
+                            try {
+                                /** 发送消息 */
+                                rabbitMqService.sendRel(Opt.projectId!!, "EquipinSpace","11",rEq2Sp.id1!!,rEq2Sp.id2!!)
+                            } catch (e: Exception) {
+                                e.printStackTrace()
+                            }
                         }else{
                             failureList.add(rEq2Sp)
                         }
@@ -269,7 +289,7 @@ object REqInSpBaseService: RService<REqInSpBase>(SMybatisDao(REqInSpBase::class.
                         jsonObject.put("linkId",successList.toJson())
                         /** 发送消息 */
 //                        messageHandler.sendMessage(jsonObject.toString())
-                        rabbitMqService.sendRel(Opt.projectId!!, "EquipinSpace","14",rEqInSpBaseList.spaceId!!,successList.toJson()!!)
+//                        rabbitMqService.sendRel(Opt.projectId!!, "EquipinSpace","14",rEqInSpBaseList.spaceId!!,successList.toJson()!!)
                         if (failureList.size>0){
                             val sCreateResponse = SCreateResponse<RSpInEqBaseList>(SResponseType.success)
                             sCreateResponse.message ="失败对象:"+failureList.toJson()

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

@@ -134,6 +134,23 @@ object RSyEqService : RService<RSyEq>(SMybatisDao(RSyEq::class.java)) {
             } catch (e: Exception) {
                 e.printStackTrace()
             }
+            try {
+                /** 处理关系标记 */
+                val listtype = ArrayList<String>()
+                listtype.add("sy2fl")
+                listtype.add("sy2sp")
+                listtype.add("sy2sh")
+                for (type in listtype){
+                    val entity = EquipmentService.relationTypeProjectservice.select(SFilter.eq("projectId", Opt.projectId!!), SFilter.eq("relationType", type)).entity()
+                    if (entity!=null){
+                        entity.computationalState = 2
+                        EquipmentService.relationTypeProjectservice.update(entity)
+                    }
+                }
+            } catch (e: Exception) {
+                e.printStackTrace()
+            }
+
             if (rSyEqList.equipIdList!=null&&rSyEqList.equipIdList!!.isNotEmpty()){
                 for (eqId in rSyEqList.equipIdList!!){
                     val rSyEq = RSyEq()
@@ -148,7 +165,6 @@ object RSyEqService : RService<RSyEq>(SMybatisDao(RSyEq::class.java)) {
                     }
                 }
                 if (successList.size>0){
-
                     try {
                         /** 发送消息 */
                         rabbitMqService.sendRel(Opt.projectId!!, "SystemEquip","13",rSyEqList.sysId!!,successList.toJson()!!)

File diff suppressed because it is too large
+ 510 - 1649
datacenter/src/main/kotlin/com/persagy/server/services/relation_calc/ManualRelationCalcService.kt


+ 42 - 2
datacenter/src/main/kotlin/com/persagy/server/services/relation_calc/RelationCalcService.kt

@@ -54,6 +54,10 @@ import org.slf4j.LoggerFactory
 import org.springframework.beans.factory.annotation.Autowired
 import org.springframework.stereotype.Service
 import com.persagy.server.datacenter.models.entities.graphtype.block.ConnectedBlock
+import com.persagy.server.datacenter.models.entities.rel.RSpinBd
+import com.persagy.server.datacenter.models.entities.rel.RSpinFl
+import com.persagy.server.services.rel.RSpInBdService
+import com.persagy.server.services.rel.RSpInFlService
 
 /**
  * 自动关系计算
@@ -163,6 +167,24 @@ open class RelationCalcService {
                 upDate(projectId, "bd2sp")
 //                upDate(projectId,"fl2sp")
                 try {
+                    try {
+                        val zoneSpacelist = ZoneSpaceBaseService.select(SFilter.eq("projectId", projectId!!), SFilter.not(
+                            SFilter.isNull("buildingId"))).exec()
+                        if (zoneSpacelist.size>0) {
+                            for (zoneSpace in zoneSpacelist) {
+                                val rSpinBd = RSpinBd()
+                                rSpinBd.spaceId = zoneSpace.id
+                                rSpinBd.buildingId = zoneSpace.buildingId
+                                rSpinBd.objectType = zoneSpace.classCode
+                                rSpinBd.projectId = projectId
+                                RSpInBdService.replace(rSpinBd)
+                            }
+                        }
+                    } catch (e: Exception) {
+                        e.printStackTrace()
+                    }
+
+
                     /** 发送消息 */
                     rabbitMqService.sendRel(Opt.projectId!!, "Bd2Sp", "20", "123", "456")
                 } catch (e: Exception) {
@@ -571,6 +593,23 @@ open class RelationCalcService {
             val result = mapper.calcFl2Sp(tablesName, projectId)
             if (result != null && result == 0) {
                 try {
+                    try {
+                        val zoneSpacelist = ZoneSpaceBaseService.select(SFilter.eq("projectId", projectId!!), SFilter.not(
+                            SFilter.isNull("floorId"))).exec()
+                        if (zoneSpacelist.size>0) {
+                            for (zoneSpace in zoneSpacelist) {
+                                val rSpinFl = RSpinFl()
+                                rSpinFl.spaceId = zoneSpace.id
+                                rSpinFl.buildingId = zoneSpace.buildingId
+                                rSpinFl.objectType = zoneSpace.classCode
+                                rSpinFl.projectId = projectId
+                                rSpinFl.floorId = zoneSpace.floorId
+                                RSpInFlService.replace(rSpinFl)
+                            }
+                        }
+                    } catch (e: Exception) {
+                        e.printStackTrace()
+                    }
                     /** 发送消息 */
                     rabbitMqService.sendRel(Opt.projectId!!, "Fl2Sp_in", "20", "全量同步", "456")
                 } catch (e: Exception) {
@@ -1099,14 +1138,13 @@ open class RelationCalcService {
      */
     fun calcss2Sp(projectId: String): SBaseResponse {
         try {
-
             try {
                 upDateBiaoji(projectId, "eq2fl", 3)
                 upDateBiaoji(projectId, "fl2sp", 3)
-
                 val entity = relationTypeProjectservice.select(SFilter.eq("projectId", projectId), SFilter.eq("relationType", "eq2sp_SensorRelationship_ss2sp")).entity()
                 if (entity != null) {
                     entity.computationalState = 3
+                    entity.computingTime = IdUtils.time()
                     relationTypeProjectservice.update(entity)
                 }
             } catch (e: Exception) {
@@ -1123,6 +1161,7 @@ open class RelationCalcService {
                     val entity = relationTypeProjectservice.select(SFilter.eq("projectId", projectId), SFilter.eq("relationType", "eq2sp_SensorRelationship_ss2sp")).entity()
                     if (entity != null) {
                         entity.computationalState = 1
+                        entity.computingTime = IdUtils.time()
                         relationTypeProjectservice.update(entity)
                     }
                 } catch (e: Exception) {
@@ -1161,6 +1200,7 @@ open class RelationCalcService {
                 val entity = relationTypeProjectservice.select(SFilter.eq("projectId", projectId), SFilter.eq("relationType", "eq2sp_SensorRelationship_ss2sp")).entity()
                 if (entity != null) {
                     entity.computationalState = 1
+                    entity.computingTime = IdUtils.time()
                     relationTypeProjectservice.update(entity)
                 }
             }

+ 1 - 1
datacenter/src/main/resources/application-prod.yml

@@ -36,7 +36,7 @@ spring:
 #    url:                                jdbc:postgresql://data-center:5432/datacenter
 #    username:                           postgres
 #    password:                           123qwe!@#
-    url:                                jdbc:postgresql://172.17.100.16:5432/datacenter
+    url:                                jdbc:postgresql://172.17.23.64:5432/datacenter
 #    url:                                jdbc:postgresql://172.17.11.228:5432/datacenterlabsl
 #    url:                                jdbc:postgresql://192.168.64.14:5432/datacenterlabsl
     username:                           postgres

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

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

+ 7 - 3
datasyn/src/main/kotlin/com/persagy/server/syn/Opts.kt

@@ -50,9 +50,13 @@ open class Opts {
     /** 物理世界地址 */
     lateinit var dataPlatform: String
 
-    lateinit var data_org: String
-    lateinit var data_rwd: String
-    lateinit var data_dic: String
+//    lateinit var data_org: String
+//    lateinit var data_rwd: String
+//    lateinit var data_dic: String
+
+     var data_org: String = "http://172.16.46.33:8831"
+     var data_rwd: String = "http://172.16.46.33:8832"
+     var data_dic: String = "http://172.16.46.33:8830"
 
 
     val SUCCESS_CODE = "success"

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

@@ -320,16 +320,28 @@ class RelToFromController {
      */
     @Operation(summary= "设备和空间关系-同步到中台", description = "设备所在的空间(图类型 MechInArch 边类型 Eq2Sp ),设备服务的空间(图类型 MechForArch 边类型 Eq2Sp), ")
     @PostMapping("/eq2sp")
-    fun eq2Sp(@RequestParam projectId: String,@RequestParam graphCode: String,@RequestParam type: String,@RequestParam isDel: Boolean = false): SBaseResponse {
+    fun eq2Sp(@RequestParam projectId: String,@RequestParam graphCode: String,@RequestParam type: String,@RequestParam zoneType: String?,@RequestParam isDel: Boolean = false): SBaseResponse {
         try {
             val dictProject = dictProjectService.select(SFilter.eq("id", projectId)).entity()
-            val rEq2SpList = rEq2SpService.select(
-                    SFilter.eq("projectId", projectId)
-            ).exec()
+
+            var typer = ""
+            if (graphCode == "MechForArch") {
+                typer = "eq2sp_for"
+            }else {
+                typer = "eq2sp_in"
+            }
+
+            val listType = ArrayList<SFilter>()
+            listType.add(SFilter.eq("projectId", projectId))
+            listType.add(SFilter.eq("type", typer))
+            if (!zoneType.isNullOrEmpty()) {
+                listType.add(SFilter.eq("zoneType", zoneType))
+            }
+            val rEq2SpList = rEq2SpService.select(listType).exec()
             if (rEq2SpList.size>0) {
                 for (rEq2Sp in rEq2SpList) {
                     if (isDel) {
-                        val toJsonObj = Configure.toJsonObj(graphCode, type, rEq2Sp.id1!!, null)
+                        val toJsonObj = Configure.toJsonObj(graphCode, type, rEq2Sp.id1!!, rEq2Sp.id2)
                         EquipApi.delRel(dictProject!!.groupCode!!, projectId,toJsonObj)
                     }
                     val toJsonObjArray =

+ 7 - 1
datasyn/src/main/kotlin/com/persagy/server/syn/models/api/dict/DictTypeApi.kt

@@ -144,7 +144,7 @@ object DictTypeApi {
      * 平台字典对象类型
      */
     fun dictPlatform(): ArrayList<DictPlatformType>{
-
+        logger.info("888888888888888888888888888888888888888888888888888888888888888888888888")
         try {
             val jsonObject = JSONObject()
             val jsonObject2 = JSONObject()
@@ -153,7 +153,10 @@ object DictTypeApi {
             /** 直接 http 请求还是通过注册中心 */
             if (!Configure.customProperties.eurekaorhttp) {
                 val url = "${Configure.opts.data_rwd}/rwd/def/class/"
+                logger.info("url=${url}")
+                logger.info("boby=${jsonObject}")
                 val postObject = SHttpUtil.postObject<DictPlatformTypeResponse>(url, jsonObject)
+                logger.info("result=${postObject.toJson()}")
                 if (postObject.result == Configure.opts.SUCCESS_CODE) {
                     if (!postObject.data.isNullOrEmpty()){
                         return postObject.data!!
@@ -162,7 +165,10 @@ object DictTypeApi {
             } else {
                 val url = "http://${Configure.serviceNameConfig.DMPRWD}/rwd/def/class/"
     //            val postObject = SHttpUtil.postObject<DictPlatformTypeResponse>(url, jsonObject)
+                logger.info("url=${url}")
+                logger.info("boby=${jsonObject}")
                 val postObject = Configure.restTemplate.postForObject(url, jsonObject, DictPlatformTypeResponse::class.java)
+                logger.info("result=${postObject.toJson()}")
                 if (postObject.result == Configure.opts.SUCCESS_CODE) {
                     if (!postObject.data.isNullOrEmpty()){
                         return postObject.data!!

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

@@ -175,8 +175,8 @@ object FloorUtil {
                         "bimId" -> floor.bimId =  mapObj[key]!!.toString()
                         "modelId" -> floor.modelId =  mapObj[key]!!.toString()
                         "bimLocation" -> floor.bimLocation =  mapObj[key]!!.toString()
-                        "floorSequenceId" -> floor.floorSequenceId =  mapObj[key]!!.toString().toInt()
-                        "floorSequenceID" -> floor.floorSequenceId =  mapObj[key]!!.toString().toInt()
+                        "floorSequenceId" -> floor.floorSequenceID =  mapObj[key]!!.toString().toInt()
+                        "floorSequenceID" -> floor.floorSequenceID =  mapObj[key]!!.toString().toInt()
                         "permanentPeopleNum" -> floor.permanentPeopleNum =  mapObj[key]!!.toString().toInt()
                         "floorIdentity" -> floor.floorIdentity =  mapObj[key]!!.toString()
                         "outline" -> {
@@ -218,8 +218,8 @@ object FloorUtil {
         hashMap["projectId"] = projectId
         hashMap["objType"] = "floor"
         hashMap["classCode"] = "floor"
-        hashMap["floorSequenceId"] = floor.floorSequenceId
-        hashMap["floorSequenceID"] = floor.floorSequenceId
+        hashMap["floorSequenceId"] = floor.floorSequenceID
+        hashMap["floorSequenceID"] = floor.floorSequenceID
         if (!floor.localName.isNullOrEmpty()){
             hashMap["localName"] = floor.localName
         }else {

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

@@ -164,9 +164,10 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
      */
     fun dictPlatform(): SBaseResponse {
         val sBaseResponse = SBaseResponse()
+        logger.info("*************************************************************************************************")
         val dictPlatformList = DictTypeApi.dictPlatform()
         if (dictPlatformList.size>0){
-            defClassService.delete(SFilter.eq("type","common"))
+//            defClassService.delete(SFilter.eq("type","common"))
             for (dictPlatform in dictPlatformList){
                 val defClass = DefClass()
                 defClass.id = dictPlatform.id

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

@@ -53,7 +53,7 @@ class SchedulerTask {
     //cron表达式:每隔5秒执行一次
 //    @Scheduled(cron = "0 */5 * * * ?")
 //    @Scheduled(cron="0/30 * *  * * ? ")   //每5秒执行一次
-//    @Scheduled(cron = "0 */1 * * * ?")
+    @Scheduled(cron = "0 */1 * * * ?")
     fun scheduled() {
         logger.info("同步数据中心任务开始至中台")
         messageProcessing.syncDataCenter()

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

@@ -53,7 +53,7 @@ class SchedulerTaskRel {
     //cron表达式:每隔5秒执行一次
 //    @Scheduled(cron = "0 */5 * * * ?")
 //    @Scheduled(cron="0/5 * *  * * ? ")   //每5秒执行一次
-//    @Scheduled(cron = "0 */3 * * * ?")
+    @Scheduled(cron = "0 */3 * * * ?")
     fun scheduled() {
         logger.info("同步数据中心任务开始至数据中台-关系数据")
         messageProcessing.syncDataCenterRel()

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

@@ -7,7 +7,7 @@ spring:
     #    password:                           123qwe!@#
 #    url:                                jdbc:postgresql://192.168.64.14:5432/datacenterlabsl
 #    url:                                jdbc:postgresql://192.168.64.15:5432/datacenter
-    url:                                jdbc:postgresql://39.102.40.239:5432/datacenter
+    url:                                jdbc:postgresql://8.140.129.63:5432/datacenter
     username:                           postgres
     #    password:                           persagy_2020qwe!@#
     password:                           cGVyc2FneV8yMDIwcXdlIUAj
@@ -22,7 +22,7 @@ spring:
     virtual-host: /test
 
 server:
-  port: 8082
+  port: 8086
 
 # spring-cloud相关配置
 eureka:

+ 24 - 15
datasyn/src/main/resources/application-prod.yml

@@ -1,32 +1,41 @@
 server:
-  port: 8080
+  port: 8834
 
 spring:
   datasource:
 #    url:                                jdbc:postgresql://data-center:5432/datacenterlabsl
-    url:                                jdbc:postgresql://172.17.100.16:5432/datacenter
+#    url:                                jdbc:postgresql://172.17.100.16:5432/datacenter
+#    username:                           postgres
+#    password:                           cGVyc2FneV8yMDIwcXdlIUAj
+    url:                                jdbc:postgresql://v49201.db.redstar.pro:5432/datacenter
     username:                           postgres
-    password:                           cGVyc2FneV8yMDIwcXdlIUAj
-
+    password:                           123456
 
 
 
     #配置rabbitMq 服务器
+#  rabbitmq:
+#    host: 39.102.43.179
+#    port: 9936
+#    username: admin
+#    password: brzj123456
+#    #虚拟host 可以不设置,使用server默认host
+#    virtual-host: /test
+#    配置rabbitMq 服务器
   rabbitmq:
-    host: 39.102.43.179
-    port: 9936
-    username: admin
-    password: brzj123456
+    host: rabbitmq4928.prod.rs.com
+    port: 5672
+    username: mq_secur
+    password: Mq_seCur0604
     #虚拟host 可以不设置,使用server默认host
-    virtual-host: /test
-
+    virtual-host: /secur
 
 # 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@172.16.46.33:9931/integrated-eureka/eureka/,http://frame:123456@172.16.46.34:9931/integrated-eureka/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,关闭自我保护
@@ -41,9 +50,9 @@ eureka:
 
 saga:
   dataPlatform:                        http://39.102.40.239:9970
-  data_org:                            http://39.102.40.239:9970
-  data_rwd:                            http://39.102.40.239:9970
-  data_dic:                            http://39.102.40.239:9970
+  data_org:                            http://172.16.46.33:8831
+  data_rwd:                            http://172.16.46.33:8832
+  data_dic:                            http://172.16.46.33:8830
 
 mqtopid:
   exchange:                           exchange-dmp
@@ -52,7 +61,7 @@ mqtopid:
 
 custom: # 自定义类型
   #true 代表eureka  false  代表 http
-  eurekaorhttp:                       true
+  eurekaorhttp:                       false
 
 # 服务名
 servicename: #注册中心使用,服务名

+ 65 - 0
datasyn/src/main/resources/application-prod2.yml

@@ -0,0 +1,65 @@
+server:
+  port: 8080
+
+spring:
+  datasource:
+#    url:                                jdbc:postgresql://data-center:5432/datacenterlabsl
+    url:                                jdbc:postgresql://172.17.100.16:5432/datacenter
+    username:                           postgres
+    password:                           cGVyc2FneV8yMDIwcXdlIUAj
+
+
+
+
+    #配置rabbitMq 服务器
+  rabbitmq:
+    host: 39.102.43.179
+    port: 9936
+    username: admin
+    password: brzj123456
+    #虚拟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
+  data_org:                            http://39.102.40.239:9970
+  data_rwd:                            http://39.102.40.239:9970
+  data_dic:                            http://39.102.40.239:9970
+
+mqtopid:
+  exchange:                           exchange-dmp
+  routingKey:
+
+
+custom: # 自定义类型
+  #true 代表eureka  false  代表 http
+  eurekaorhttp:                       true
+
+# 服务名
+servicename: #注册中心使用,服务名
+
+  DMPORG:                             DMP-ORG   #物理3世界
+  DMPRWD:                             DMP-RWD   #中台
+  DMPDIC:                             DMP-DIC   #字典
+
+
+

+ 3 - 5
equip-component/src/main/kotlin/com/persagy/server/service/labsl/CustomSqlLabslService.kt

@@ -101,8 +101,7 @@ class CustomSqlLabslService {
                 /** 查询类型信息 */
                 val defClassList =
                     defClassService.select(
-                        SFilter.eq("type", "group"),
-                        SFilter.eq("groupCode", dictProject!!.groupCode!!),
+                        SFilter.eq("type","common"),
                         SFilter.inList("code", list)
                     ).exec()
                 /** 系统类型 */
@@ -115,8 +114,7 @@ class CustomSqlLabslService {
                 /** 系统类型列表 */
                 val systemCodeList =
                     defClassService.select(
-                        SFilter.eq("type", "group"),
-                        SFilter.eq("groupCode", dictProject!!.groupCode!!),
+                        SFilter.eq("type","common"),
                         SFilter.inList("code", setSystem.toList())
                     ).exec()
                 for (systemCode in systemCodeList) {
@@ -260,7 +258,7 @@ class CustomSqlLabslService {
             for (building in buildingList) {
                 /** 查询楼层 */
                 val floorList =
-                    floorService.select(SFilter.eq("projectId", projectId), SFilter.eq("buildingId", building.id!!)).order("floorSequenceId desc").exec()
+                    floorService.select(SFilter.eq("projectId", projectId), SFilter.eq("buildingId", building.id!!)).order("floorSequenceID desc").exec()
                 /** 建筑下楼层为空赋值 */
                 if (building.floor.isNullOrEmpty()){
                     building.floor = ArrayList<Floor>()

+ 1 - 1
equip-component/src/main/kotlin/com/persagy/server/service/objects/ShaftService.kt

@@ -154,7 +154,7 @@ object ShaftService : Service<Shaft>(SMybatisDao(Shaft::class.java)) {
 //           }
 
             /** 获取建筑下的楼层 */
-            val floorList = FloorService.select(SFilter.eq("projectId",projectId!!),SFilter.eq("buildingId", buildingId)).order("floorSequenceId desc").exec()
+            val floorList = FloorService.select(SFilter.eq("projectId",projectId!!),SFilter.eq("buildingId", buildingId)).order("floorSequenceID desc").exec()
             /** 项目下的竖井关联的空间  对应空间类型*/
             val rShContainSpBaseList = rShContainSpBaseService.select(SFilter.eq("projectId",projectId!!),SFilter.eq("id1", shaftId),SFilter.eq("zoneType", objectType), SFilter.eq("type","sh2sp")).exec()
             if (rShContainSpBaseList.isNotEmpty()&&rShContainSpBaseList.size>0){

+ 1 - 1
equip-component/src/main/kotlin/com/persagy/server/service/objects/TenantService.kt

@@ -67,7 +67,7 @@ object TenantService : Service<Tenant>(SMybatisDao(Tenant::class.java)) {
                 val tenantBuildingFloorList = customSqlService.tenantBuildingFloor(projectId, objectType, tenantId)
 
                 for (building in buildingList){
-                    val floorList = serviceFloor.select(SFilter.eq("projectId", projectId!!), SFilter.eq("buildId", building.id!!)).order("sequenceId desc").exec()
+                    val floorList = serviceFloor.select(SFilter.eq("projectId", projectId!!), SFilter.eq("buildingId", building.id!!)).order("sequenceId desc").exec()
 
                     if (tenantBuildingFloorList.size>0){
                         for (floor in floorList){

+ 4 - 4
equip-component/src/main/resources/application-prod.yml

@@ -1,16 +1,16 @@
 
 
 server:
-  port: 8080
+  port: 8834
 
 spring:
   datasource:
 #    url:                                jdbc:postgresql://data-center:5432/datacenter
 #    username:                           postgres
 #    password:                           123qwe!@#
-    url:                                jdbc:postgresql://172.17.100.16:5432/datacenter
+    url:                                jdbc:postgresql://v49201.db.redstar.pro:5432/datacenter
     username:                           postgres
-    password:                           cGVyc2FneV8yMDIwcXdlIUAj
+    password:                           123456
 
 
 # spring-cloud相关配置
@@ -18,7 +18,7 @@ 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@172.16.46.33:9931/integrated-eureka/eureka/,http://frame:123456@172.16.46.34:9931/integrated-eureka/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,关闭自我保护

+ 31 - 0
equip-component/src/main/resources/application-prod1.yml

@@ -0,0 +1,31 @@
+
+
+server:
+  port: 8080
+
+spring:
+  datasource:
+#    url:                                jdbc:postgresql://data-center:5432/datacenter
+#    username:                           postgres
+#    password:                           123qwe!@#
+    url:                                jdbc:postgresql://172.17.100.16:5432/datacenter
+    username:                           postgres
+    password:                           cGVyc2FneV8yMDIwcXdlIUAj
+
+
+# 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}

+ 37 - 1
scanbuilding/src/main/kotlin/com/persagy/server/services/task/RecordProblemsService.kt

@@ -26,11 +26,15 @@
 
 package com.persagy.server.services.task
 
+import com.persagy.database.SFilter
 import com.persagy.mybatis.SMybatisDao
+import com.persagy.server.Opts
 import com.persagy.server.datacenter.models.entities.task.RecordProblems
+import com.persagy.server.scanbuilding.UserLog
 import com.persagy.server.services.base.RService
 import com.persagy.server.util.IdUtils
 import com.persagy.service.SPageContext
+import org.checkerframework.checker.nullness.Opt
 
 
 /**
@@ -48,10 +52,42 @@ object RecordProblemsService : RService<RecordProblems>(SMybatisDao(RecordProble
         if (entity.projectId.isNullOrEmpty()){
             entity.projectId = projectId
         }
-
+        try {
+            if (!Opts.account.isNullOrEmpty()) {
+                val entity1 = ModelScanTaskService.userService.select(SFilter.eq("projectId",Opts.projectId!!), SFilter.eq("phone", Opts.account!!)).entity()
+                if (entity1!=null) {
+                    entity.author = entity1.name
+                }
+            }
+        } catch (e: Exception) {
+            e.printStackTrace()
+        }
         return super.onCreateBefore(entity)
     }
 
+    override fun onCreateSuccess(entityList: ArrayList<RecordProblems>) {
+        super.onCreateSuccess(entityList)
+        try {
+            if (!Opts.coming.isNullOrEmpty()&& Opts.coming == "app"){
+                val entity = ModelScanTaskService.userService.select(SFilter.eq("projectId",Opts.projectId!!), SFilter.eq("phone", Opts.account!!)).entity()
+                val userLog = UserLog()
+                userLog.comming = "app"
+                userLog.action = "问题记录"
+                userLog.id = IdUtils.uuidCreate()
+                userLog.note = "记录扫楼过程的问题"
+                userLog.phone = entity?.phone
+                userLog.projectId = Opts.projectId
+                userLog.userId = entity!!.id
+                userLog.name = entity.name
+                userLog.objectId = entityList[0].id
+                ModelScanTaskService.userLogService.insert(userLog)
+            }
+        } catch (e: Exception) {
+            e.printStackTrace()
+        }
+
+    }
+
 
 
 

+ 2 - 2
scanbuilding/src/main/resources/application-dev.yml

@@ -6,10 +6,10 @@ spring:
 #    url:                                jdbc:postgresql://172.16.44.234:5432/datacenter
 #    username:                           postgres
 #    password:                           123456
-    url:                                jdbc:postgresql://39.102.40.239:5432/datacenter
+#    url:                                jdbc:postgresql://39.102.40.239:5432/datacenter
 #    url:                                jdbc:postgresql://60.205.177.43:5432/datacenterlabsl
 #    url:                                jdbc:postgresql://192.168.64.15:5432/datacenter
-#    url:                                jdbc:postgresql://192.168.64.14:5432/datacenterlabsl
+    url:                                jdbc:postgresql://192.168.64.14:5432/datacenterlabsl
     username:                           postgres
     #    password:                           persagy_2020qwe!@#
     password:                           cGVyc2FneV8yMDIwcXdlIUAj