Browse Source

Merge branch 'master' of http://39.106.8.246:3003/server/datacenter

caiaf 4 years ago
parent
commit
05b9f9abf5
51 changed files with 903 additions and 452 deletions
  1. 18 5
      data-core/src/main/kotlin/com/persagy/server/datacenter/dao/mappers/SchemeMapper.kt
  2. 0 1
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/dictnew/DefClass.kt
  3. 16 6
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/dictnew/DefFuncId.kt
  4. 1 1
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/objects/Project.kt
  5. 4 2
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/objects/Shaft.kt
  6. 1 1
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/objects/Tenant.kt
  7. 1 1
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/objects/ZoneIspace.kt
  8. 83 0
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/tool/DictInfoTools.kt
  9. 64 0
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/tools/DictInfoTools.kt
  10. 13 4
      datacenter/src/main/kotlin/com/persagy/server/mappers/CustomMapper.kt
  11. 1 1
      datacenter/src/main/kotlin/com/persagy/server/mappers/IRelationCountMapper.kt
  12. 1 4
      datacenter/src/main/kotlin/com/persagy/server/mappers/IRelationCountProvider.kt
  13. 24 4
      datacenter/src/main/kotlin/com/persagy/server/services/assistant/SchemeService.kt
  14. 46 32
      datacenter/src/main/kotlin/com/persagy/server/services/dict/dictnew/DictDefClassService.kt
  15. 2 6
      datacenter/src/main/kotlin/com/persagy/server/services/objects/ComponentService.kt
  16. 1 4
      datacenter/src/main/kotlin/com/persagy/server/services/objects/EquipmentService.kt
  17. 0 1
      datacenter/src/main/kotlin/com/persagy/server/services/objects/GeneralSystemService.kt
  18. 0 2
      datacenter/src/main/kotlin/com/persagy/server/services/relation_calc/ManualRelationAddService.kt
  19. 2 0
      datacenter/src/main/kotlin/com/persagy/server/services/relation_calc/ManualRelationCalcService.kt
  20. 1 0
      datacenter/src/main/resources/application-test.yml
  21. 8 0
      datasyn/src/main/kotlin/com/persagy/server/syn/controllers/dict/DictGatherControllers.kt
  22. 62 45
      datasyn/src/main/kotlin/com/persagy/server/syn/controllers/obj/ObjectFromToControllers.kt
  23. 9 3
      datasyn/src/main/kotlin/com/persagy/server/syn/controllers/obj/ObjectToFromController.kt
  24. 40 0
      datasyn/src/main/kotlin/com/persagy/server/syn/controllers/obj/RelFromToControllers.kt
  25. 14 5
      datasyn/src/main/kotlin/com/persagy/server/syn/controllers/obj/RelToFromController.kt
  26. 1 1
      datasyn/src/main/kotlin/com/persagy/server/syn/jms/MessageProcessing.kt
  27. 25 12
      datasyn/src/main/kotlin/com/persagy/server/syn/models/api/obj/EquipApi.kt
  28. 1 0
      datasyn/src/main/kotlin/com/persagy/server/syn/models/obj/MiddleGroundDataRespose.kt
  29. 4 4
      datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/BuildingUtil.kt
  30. 4 4
      datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/EquipUtil.kt
  31. 5 5
      datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/ProjectUtil.kt
  32. 4 4
      datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/ShaftUtil.kt
  33. 5 5
      datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/SpaceUtil.kt
  34. 286 186
      datasyn/src/main/kotlin/com/persagy/server/syn/services/dict/DClassDefService.kt
  35. 37 46
      datasyn/src/main/kotlin/com/persagy/server/syn/services/dict/DictSchemeService.kt
  36. 30 30
      datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/rel/AutomaticCalculationSync.kt
  37. 2 2
      datasyn/src/main/kotlin/com/persagy/server/syn/services/journal/SynchronousMessageService.kt
  38. 42 0
      datasyn/src/main/kotlin/com/persagy/server/syn/task/ScheduledConfig.kt
  39. 3 3
      datasyn/src/main/resources/application-dev.yml
  40. 21 0
      datasyn/src/main/resources/logback-spring.xml
  41. 8 8
      equip-component/src/main/kotlin/com/persagy/server/dao/mappers/CustomSql.kt
  42. 1 1
      equip-component/src/main/kotlin/com/persagy/server/models/mappers/CustomSqlLabsl.kt
  43. 1 1
      equip-component/src/main/kotlin/com/persagy/server/models/mappers/REquipComponMapper.kt
  44. 1 1
      equip-component/src/main/kotlin/com/persagy/server/models/mappers/StatisticalQuantity.kt
  45. 1 1
      equip-component/src/main/kotlin/com/persagy/server/service/EquipmentComService.kt
  46. 0 1
      equip-component/src/main/kotlin/com/persagy/server/service/EquipmentProSyService.kt
  47. 2 2
      equip-component/src/main/resources/application-test.yml
  48. 1 1
      scanbuilding/src/main/kotlin/com/persagy/server/controller/task/ScanTaskBaseController.kt
  49. 2 2
      scanbuilding/src/main/kotlin/com/persagy/server/mappers/StatisticsCountMapper.kt
  50. 2 2
      scanbuilding/src/main/kotlin/com/persagy/server/services/task/EquipScanTaskQueryService.kt
  51. 2 2
      scanbuilding/src/main/resources/application-test.yml

File diff suppressed because it is too large
+ 18 - 5
data-core/src/main/kotlin/com/persagy/server/datacenter/dao/mappers/SchemeMapper.kt


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

@@ -44,7 +44,6 @@ class DefClass : SBaseEntity(){
 
     /** 全局id */
     @Schema(description = "全局 id")
-    @Id
     @Column(name = "id")
     var  id: String? = null
 

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

@@ -27,6 +27,8 @@
 package com.persagy.server.datacenter.models.entities.dictnew
 
 
+
+import com.persagy.server.datacenter.models.entities.tool.DictInfoTools
 import io.swagger.v3.oas.annotations.media.Schema
 import java.io.Serializable
 import javax.persistence.Column
@@ -45,7 +47,6 @@ open class DefFuncId: Serializable {
 
     /** 全局id */
     @Schema(description = "全局id")
-    @Id
     @Column(name = "id")
     var id: String? = null
 
@@ -223,14 +224,23 @@ open class DefFuncId: Serializable {
     @Schema(description = "路径")
     var path: String? = null
         get() {
-            return if ( code == "roomLocalFuncTypeID"||code == "roomLocalFuncTypeName"||code == "rFID"||
-                code == "partAutoFireExtinguishArea"||code == "autoFireExtinguishSystem"||code == "maxPermitArea"){
-                "infos.$code"
-            } else if (firstName == "基本信息"|| firstName.isNullOrEmpty()||firstName == "基本参数"){
+            return  if (!code.isNullOrEmpty()&&DictInfoTools.pathCode(code!!)) {
+                code
+            } else if (firstName == "基本信息"&&code == "pic"){
                 code
-            }  else {
+            } else if (!code.isNullOrEmpty()) {
                 "infos.$code"
+            } else {
+                null
             }
+//            return if ( code == "roomLocalFuncTypeID"||code == "roomLocalFuncTypeName"||code == "rFID"||
+//                code == "partAutoFireExtinguishArea"||code == "autoFireExtinguishSystem"||code == "maxPermitArea"){
+//                "infos.$code"
+//            } else if (firstName == "基本信息"|| firstName.isNullOrEmpty()||firstName == "基本参数"){
+//                code
+//            }  else {
+//                "infos.$code"
+//            }
         }
 
     /** 字典内容 */

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

@@ -84,7 +84,7 @@ open class Project : BaseInfo() {
     /** 对象类型 */
     @Schema(description = "对象类型")
     @Column(name = "object_type")
-    override var objectType: String? = "Project"
+    override var objectType: String? = "project"
 
     @Schema(description = "信息点")
     @Column(name = "infos")

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

@@ -26,6 +26,7 @@
 
 package com.persagy.server.datacenter.models.entities.objects
 
+import com.alibaba.fastjson.annotation.JSONField
 import com.persagy.server.datacenter.models.entities.assistant.PointPosition
 import com.persagy.server.datacenter.models.entities.base.BaseInfo
 import com.persagy.service.models.annotations.SCascade
@@ -70,8 +71,9 @@ class Shaft : BaseInfo() {
     var bimId: String? = null
 
     /** 设计图纸中编码 */
-   @Schema(description = "设计图纸中编码")
+    @Schema(description = "设计图纸中编码")
     @Column(name = "cad_id")
+    @JSONField(name = "cADID")
     var cadId: String? = null
 
     /** 二维码图片 */
@@ -112,7 +114,7 @@ class Shaft : BaseInfo() {
     /** 对象类型 */
    @Schema(description = "对象类型")
     @Column(name = "object_type")
-    override var objectType: String? = "Shaft"
+    override var objectType: String? = "shaft"
 
     /** 级联-竖井内的设备 */
    @Schema(description = "级联-竖井内的设备")

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

@@ -88,7 +88,7 @@ class Tenant : BaseInfo() {
     /** 对象类型 */
     @Schema(description = "对象类型")
     @Column(name = "object_type")
-    override var objectType: String? = "Tenant"
+    override var objectType: String? = "tenant"
 
 
     /** 租户租赁的租户业务空间  self = true  同样的对象查询时 id可以互相调换查询   */

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

@@ -148,7 +148,7 @@ open class ZoneIspace : BaseInfo() {
 
     @Schema(description = "对象类型")
     @Column(name = "object_type")
-    override var objectType: String? = "Ispace"
+    override var objectType: String? = "ispace"
 
     /** 模型文件id */
     @Schema(description = "模型文件id")

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

@@ -0,0 +1,83 @@
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .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.tool
+
+object DictInfoTools {
+
+    fun pathCode (code: String):Boolean{
+        return when (code) {
+            "id" -> true
+            "name" -> true
+            "localId" -> true
+            "localName" -> true
+            "qRCodePic" -> true
+            "defaultQRCode" -> true
+            "rFID" -> true
+            "cADID" -> true
+            "bimId" -> true
+            "bimTypeId" -> true
+            "bimLocation" -> true
+            "bimFamilyName" -> true
+            "bimFamilySymbol" -> true
+            "equipSerial" -> true
+            "modelId" -> true
+            "note" -> true
+            "introduction" -> true
+            "businessFloorNum" -> true
+            "officeFloorNum" -> true
+            "shaftSequenceId" -> true
+            "outline" -> true
+            "buildQRCode" -> true
+            "bimIdPre" -> true
+            "floorSequenceId" -> true
+            "permanentPeopleNum" -> true
+            "floorIdentity" -> true
+            "depth" -> true
+            "width" -> true
+            "buildArea" -> true
+            "netArea" -> true
+            "height" -> true
+            "intro" -> true
+            "ratedCoolingP" -> true
+            "ratedHeatingP" -> true
+            "acType" -> true
+            "zoneOrientation" -> true
+            "roomFuncType" -> true
+            "roomSerial" -> true
+            "projRoomFuncType" -> true
+            "ratedLightP" -> true
+            "zoneType" -> true
+            "tenantType" -> true
+            "tenant" -> true
+            "elecCap" -> true
+            "pollutionDegree" -> true
+            else -> {
+                false
+            }
+        }
+    }
+}

+ 64 - 0
data-core/src/main/kotlin/com/persagy/server/datacenter/models/tools/DictInfoTools.kt

@@ -0,0 +1,64 @@
+package com.persagy.server.datacenter.models.tools
+
+/**
+ * 字典工具
+ */
+object DictInfoTools {
+
+
+    fun pathCode (code: String):Boolean{
+        return when (code) {
+            "id" -> true
+            "name" -> true
+            "localId" -> true
+            "localName" -> true
+            "qRCodePic" -> true
+            "defaultQRCode" -> true
+            "rFID" -> true
+            "cADID" -> true
+            "bimId" -> true
+            "bimTypeId" -> true
+            "bimLocation" -> true
+            "bimFamilyName" -> true
+            "bimFamilySymbol" -> true
+            "equipSerial" -> true
+            "modelId" -> true
+            "note" -> true
+            "introduction" -> true
+            "businessFloorNum" -> true
+            "officeFloorNum" -> true
+            "shaftSequenceId" -> true
+            "outline" -> true
+            "buildQRCode" -> true
+            "bimIdPre" -> true
+            "floorSequenceId" -> true
+            "permanentPeopleNum" -> true
+            "floorIdentity" -> true
+            "depth" -> true
+            "width" -> true
+            "buildArea" -> true
+            "netArea" -> true
+            "height" -> true
+            "intro" -> true
+            "ratedCoolingP" -> true
+            "ratedHeatingP" -> true
+            "acType" -> true
+            "zoneOrientation" -> true
+            "roomFuncType" -> true
+            "roomSerial" -> true
+            "projRoomFuncType" -> true
+            "ratedLightP" -> true
+            "zoneType" -> true
+            "tenantType" -> true
+            "tenant" -> true
+            "elecCap" -> true
+            "pollutionDegree" -> true
+            else -> {
+                false
+            }
+        }
+    }
+
+
+
+}

File diff suppressed because it is too large
+ 13 - 4
datacenter/src/main/kotlin/com/persagy/server/mappers/CustomMapper.kt


+ 1 - 1
datacenter/src/main/kotlin/com/persagy/server/mappers/IRelationCountMapper.kt

@@ -49,7 +49,7 @@ interface IRelationCountMapper {
     @SelectProvider(type = IRelationCountProvider::class , method = "getSql")
     fun relationCount(@Param("tableName") tableName: String, @Param("projectId") projectId: String): Int
 
-    @SelectProvider(type = IRelationCountProvider::class , method = "getSql")
+    @SelectProvider(type = IRelationCountProvider::class , method = "getSqlRelType")
     fun relationCountRelType(@Param("tableName") tableName: String, @Param("projectId") projectId: String,@Param("type") type: String): Int
 
 

+ 1 - 4
datacenter/src/main/kotlin/com/persagy/server/mappers/IRelationCountProvider.kt

@@ -60,12 +60,9 @@ open class IRelationCountProvider {
         }
 
         if(map["projectId"] != null&& map["projectId"] !=""){
-            sql.WHERE("project_id = '" + map["projectId"] + "'"+"and"+"type = '"+map["type"]+"'")
+            sql.WHERE("project_id = '" + map["projectId"] + "'"+" and "+"type = '"+map["type"]+"'")
         }
 
-
-
-
         println("----------------$sql")
         return sql.toString()
     }

+ 24 - 4
datacenter/src/main/kotlin/com/persagy/server/services/assistant/SchemeService.kt

@@ -201,12 +201,32 @@ open class SchemeService {
         }
     } // Fun
 
-    fun dictInfo(projectId: String, groupId: String,  code:String){
-        mapper.dictInfo(projectId,groupId,code)
+    /**
+     * 根据项目ID添加字典
+     */
+//    fun dictInfo(projectId: String, groupId: String,  code:String){
+//        mapper.dictInfo(projectId,groupId,code)
+//    } // Fun
+
+    /**
+     *  项目级字典- 获取平台字典-可以根据条件获取字典
+     */
+    fun dictInfoCommon(type: String,projectId: String, groupId: String,  code:String){
+        mapper.dictInfoCommon(type,projectId,groupId,code)
     } // Fun
 
-    fun dictInfoProperty(projectId: String, groupId: String,  code:String,propertyCode: String){
-        mapper.dictInfoProperty(projectId,groupId,code,propertyCode)
+    /**
+     * 资产项目级字典- 根据项目ID
+     */
+//    fun dictInfoProperty(projectId: String, groupId: String,  code:String,propertyCode: String){
+//        mapper.dictInfoProperty(projectId,groupId,code,propertyCode)
+//    }
+
+    /**
+     * 资产项目级字典- 平台字典
+     */
+    fun dictInfoPropertyCommon(type: String,projectId: String, groupId: String,  code:String,propertyCode: String){
+        mapper.dictInfoPropertyCommon(type,projectId,groupId,code,propertyCode)
     }
 
 } // Class SchemeService

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

@@ -113,7 +113,8 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
 
                         dictSchemeCategoryList = defClassService.select(
                             SFilter.eq("parentCode","equipment"),
-                            SFilter.eq("projectId",projectId!!)
+                            SFilter.eq("type","common")
+//                            SFilter.eq("projectId",projectId!!)
                         ).order("code").exec()
 
                     }
@@ -124,7 +125,8 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
 //                    pageInfo = queryBuilder.pageQuery(1, 1000)
                         dictSchemeCategoryList = defClassService.select(
                             SFilter.eq("parentCode","component"),
-                            SFilter.eq("projectId",projectId!!)
+                            SFilter.eq("type","common")
+//                            SFilter.eq("projectId",projectId!!)
                         ).order("code").exec()
                     }
                     "system" -> {
@@ -132,7 +134,8 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
 //                    pageInfo = queryBuilder.pageQuery(1, 1000)
                         dictSchemeCategoryList = defClassService.select(
                             SFilter.eq("parentCode","system"),
-                            SFilter.eq("projectId",projectId!!)
+                            SFilter.eq("type","common")
+//                            SFilter.eq("projectId",projectId!!)
                         ).exec()
                     }
                     "major" -> {
@@ -168,7 +171,8 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
                                 defClass.aliasCode = dictMajor.aliasCode
                                 val defClassList = defClassService.select(
                                     SFilter.eq("parentCode", "system"),
-                                    SFilter.eq("projectId",projectId!!),
+                                    SFilter.eq("type","common"),
+//                                    SFilter.eq("projectId",projectId!!),
                                     SFilter.eq("majorCode", defClass.code!!)
                                 ).exec()
                                 defClass.children = defClassList
@@ -180,7 +184,8 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
                         /** 业务空间类型 */
                         dictSchemeCategoryList = defClassService.select(
                             SFilter.eq("parentCode","space"),
-                            SFilter.eq("projectId",projectId!!)
+//                            SFilter.eq("projectId",projectId!!)
+                            SFilter.eq("type","common")
                         ).exec()
                     }
                     "majorEquipment" -> {
@@ -195,7 +200,8 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
                                 defClass.aliasCode = dictMajor.aliasCode
                                 val defClassList = defClassService.select(
                                     SFilter.eq("parentCode", "equipment"),
-                                    SFilter.eq("projectId",projectId!!),
+                                    SFilter.eq("type","common"),
+//                                    SFilter.eq("projectId",projectId!!),
                                     SFilter.eq("majorCode", defClass.code!!)
                                 ).exec()
                                 defClass.children = defClassList
@@ -206,18 +212,23 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
                     "equipmentAndComponent" -> {
                         /** 设备和部件 */
                         dictSchemeCategoryList = defClassService.select(
-                            SFilter.or(SFilter.eq("parentCode","component"),SFilter.eq("parentCode","equipment")), SFilter.eq("projectId",projectId!!)
+                            SFilter.or(SFilter.eq("parentCode","component")
+                                ,SFilter.eq("parentCode","equipment")),
+                            SFilter.eq("type","common")
 
                         ).exec()
                     }
                     "equipmentComponent" ->{
                         /** 设备下的部件 */
                         dictSchemeCategoryList = defClassService.select(
-                            SFilter.eq("parentCode","equipment"), SFilter.eq("projectId",projectId!!)
+                            SFilter.eq("parentCode","equipment"),
+                            SFilter.eq("type","common")
+//                            SFilter.eq("projectId",projectId!!)
                         ).exec()
                         val defClassList = defClassService.select(
                             SFilter.eq("parentCode", "component"),
-                            SFilter.eq("projectId",projectId!!)
+                            SFilter.eq("type","common")
+//                            SFilter.eq("projectId",projectId!!)
                         ).exec()
                         if (dictSchemeCategoryList.size > 0){
                             for (dictSchemeCategory in dictSchemeCategoryList){
@@ -248,11 +259,15 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
                         }
                         /** 系统 */
                         val systemList = defClassService.select(
-                            SFilter.eq("parentCode", "system"), SFilter.eq("projectId",projectId!!)
+                            SFilter.eq("parentCode", "system"),
+                            SFilter.eq("type","common")
+//                            SFilter.eq("projectId",projectId!!)
                         ).exec()
                         /** 设备 */
                         val equipmentList = defClassService.select(
-                            SFilter.eq("parentCode","equipment"), SFilter.eq("projectId",projectId!!)
+                            SFilter.eq("parentCode","equipment"),
+                            SFilter.eq("type","common")
+//                            SFilter.eq("projectId",projectId!!)
                         ).exec()
                         /** 系统下的设备 */
                         for (system in systemList){
@@ -320,7 +335,6 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
             if (dictProject!=null) {
                 val dictDefFuncBuilder01 = dictDefFuncId.select(request.filters).filter(SFilter.eq("projectId", projectId),
                     SFilter.eq("classCode", request.type!!))
-
                 val dictDefFuncList01 = dictDefFuncBuilder01.table("dict.def_funcid_project").order("sort").exec()
                 logger.debug("测试 =${dictDefFuncList01.size}")
                 /** 项目定制已存在直接返回 */
@@ -329,7 +343,8 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
                     val familyList = equipFamilyService.select(SFilter.eq("family", request.type!!)).exec()
                     if (familyList.size>0){
                         val equipFamily = familyList[0]
-                        schemeService.dictInfoProperty(projectId, dictProject.groupCode!!, equipFamily.equipCode!!,request.type!!)
+//                        schemeService.dictInfoProperty(projectId, dictProject.groupCode!!, equipFamily.equipCode!!,request.type!!)
+                        schemeService.dictInfoPropertyCommon("common",projectId, dictProject.groupCode!!, equipFamily.equipCode!!,request.type!!)
                         val dictDefFuncBuilder = dictDefFuncId.select(
                             SFilter.eq("projectId", projectId),
                             SFilter.eq("classCode", request.type!!)
@@ -339,9 +354,12 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
                         sQueryResponse.total = dictDefFuncList.size.toLong()
                     }
                 }else if (dictDefFuncList01.size == 0) {
-                    schemeService.dictInfo(projectId, dictProject.groupCode!!, request.type!!)
+//                    schemeService.dictInfo(projectId, dictProject.groupCode!!, request.type!!)
+                    schemeService.dictInfoCommon("common",projectId,dictProject.groupCode!!,request.type!!)
                 }
-                val dictDefFuncBuilder = dictDefFuncId.select(request.filters).filter(SFilter.eq("projectId", projectId),
+                val dictDefFuncBuilder = dictDefFuncId.select(request.filters).filter(
+//                    SFilter.eq("type","common"),
+                    SFilter.eq("projectId", projectId),
                     SFilter.eq("groupCode", dictProject.groupCode!!),
                     SFilter.eq("classCode", request.type!!))
                 /** 过滤 */
@@ -364,7 +382,7 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
                 sQueryResponse.result = SResponseType.success
             }
         }else {
-           return  dictDefFuncId.pageQuery(request, arrayListOf(SFilter.eq("projectId", projectId!!)))
+           return  dictDefFuncId.pageQuery(request, arrayListOf(SFilter.eq("type", "common")))
         }
         return sQueryResponse
     } // Fun categoryInfoQuery()
@@ -497,18 +515,18 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
                     "schemeZero" -> {
                         if (!request.priorityList.isNullOrEmpty() && !request.firstNameList.isNullOrEmpty()) {
                             defFuncIdProjectService.delete(SFilter.eq("projectId",projectId))
-                            customMapper.dictSchemeData(projectId,dictProject!!.groupCode!!)
+                            customMapper.dictSchemeData("common",projectId,dictProject!!.groupCode!!)
                             val defFuncIdProject = DefFuncIdProject()
                             defFuncIdProject.visible = false
                             defFuncIdProject.projectId = projectId
-                            defFuncIdProjectService.update(defFuncIdProject, arrayListOf("visible"),
+                            defFuncIdProjectService.update(defFuncIdProject, null,
                                 arrayListOf(SFilter.eq("projectId",projectId),SFilter.not(SFilter.eq("unDisabled",false))))
                             /** 一级标签 */
                             for (firstName in request.firstNameList!!) {
                                 val propertyDefProjectInfo = DefFuncIdProject()
                                 propertyDefProjectInfo.visible = true
                                 propertyDefProjectInfo.projectId = projectId
-                                defFuncIdProjectService.update(propertyDefProjectInfo, arrayListOf("visible"),
+                                defFuncIdProjectService.update(propertyDefProjectInfo, null,
                                     arrayListOf(SFilter.eq("projectId",projectId),SFilter.eq("firstName",firstName)))
                             }
                             /** 匹配优先级 */
@@ -516,7 +534,7 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
                                 val propertyDefProjectInfo = DefFuncIdProject()
                                 propertyDefProjectInfo.visible = true
                                 propertyDefProjectInfo.projectId = projectId
-                                defFuncIdProjectService.update(propertyDefProjectInfo, arrayListOf("visible"),
+                                defFuncIdProjectService.update(propertyDefProjectInfo, null,
                                     arrayListOf(SFilter.eq("projectId",projectId),SFilter.eq("priority",priority)))
                             }
                         }else if (!request.firstNameList.isNullOrEmpty() && request.firstNameList!!.size > 0) {
@@ -524,11 +542,11 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
                                 /** 清除项目下的字典信息 */
                                 defFuncIdProjectService.delete(SFilter.eq("projectId",projectId))
                                 /** 导入原始字典数据 */
-                                customMapper.dictSchemeData(projectId,dictProject!!.groupCode!!)
+                                customMapper.dictSchemeData("common",projectId,dictProject!!.groupCode!!)
                                 val propertyDefProjectInfo = DefFuncIdProject()
                                 propertyDefProjectInfo.visible = false
                                 propertyDefProjectInfo.projectId = projectId
-                                defFuncIdProjectService.update(propertyDefProjectInfo, arrayListOf("visible"),
+                                defFuncIdProjectService.update(propertyDefProjectInfo, null,
                                     arrayListOf(SFilter.eq("projectId",projectId), SFilter.not(SFilter.eq("unDisabled",false))))
 
                                 /** 一级标签 */
@@ -536,7 +554,7 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
                                     val propertyDefProjectInfo = DefFuncIdProject()
                                     propertyDefProjectInfo.visible = true
                                     propertyDefProjectInfo.projectId = projectId
-                                    defFuncIdProjectService.update(propertyDefProjectInfo, arrayListOf("visible"),
+                                    defFuncIdProjectService.update(propertyDefProjectInfo, null,
                                         arrayListOf(SFilter.eq("projectId",projectId),SFilter.eq("firstName",firstName)))
                                 }
                             } catch (e: Exception) {
@@ -548,11 +566,11 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
                                 /** 清除项目下的字典信息 */
                                 defFuncIdProjectService.delete(SFilter.eq("projectId",projectId))
                                 /** 导入原始字典数据 */
-                                customMapper.dictSchemeData(projectId,dictProject!!.groupCode!!)
+                                customMapper.dictSchemeData("common",projectId,dictProject!!.groupCode!!)
                                 val propertyDefProjectInfo = DefFuncIdProject()
                                 propertyDefProjectInfo.visible = false
                                 propertyDefProjectInfo.projectId = projectId
-                                defFuncIdProjectService.update(propertyDefProjectInfo, arrayListOf("visible"),
+                                defFuncIdProjectService.update(propertyDefProjectInfo, null,
                                     arrayListOf(SFilter.eq("projectId",projectId), SFilter.not(SFilter.eq("unDisabled",false))))
 
                                 /** 匹配优先级 */
@@ -560,7 +578,7 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
                                     val propertyDefProjectInfo = DefFuncIdProject()
                                     propertyDefProjectInfo.visible = true
                                     propertyDefProjectInfo.projectId = projectId
-                                    defFuncIdProjectService.update(propertyDefProjectInfo, arrayListOf("visible"),
+                                    defFuncIdProjectService.update(propertyDefProjectInfo, null,
                                         arrayListOf(SFilter.eq("projectId",projectId),SFilter.eq("priority",priority)))
                                 }
                             } catch (e: Exception) {
@@ -570,11 +588,11 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
                             /** 清除项目下的字典信息 */
                             defFuncIdProjectService.delete(SFilter.eq("projectId",projectId))
                             /** 导入原始字典数据 */
-                            customMapper.dictSchemeData(projectId,dictProject!!.groupCode!!)
+                            customMapper.dictSchemeData("common",projectId,dictProject!!.groupCode!!)
                             val propertyDefProjectInfo = DefFuncIdProject()
                             propertyDefProjectInfo.visible = false
                             propertyDefProjectInfo.projectId = projectId
-                            defFuncIdProjectService.update(propertyDefProjectInfo, arrayListOf("visible"),
+                            defFuncIdProjectService.update(propertyDefProjectInfo, null,
                                 arrayListOf(SFilter.eq("projectId",projectId), SFilter.not(SFilter.eq("unDisabled",false))))
                         }
                     }
@@ -599,8 +617,4 @@ object DictDefClassService : SObjectService<DefClass>(SMybatisDao(DefClass::clas
         }
     } // Fun setSchemeProject()
 
-
-
-
-
 } // Object DictDefClassService

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

@@ -74,7 +74,6 @@ object ComponentService : Service<Equipment>(SMybatisDao(Equipment::class.java))
         }
         if(component.classCode!!.length<8){
             val entity = EquipmentService.defClassService.select(
-                SFilter.eq("projectId", component.projectId!!),
                 SFilter.endWith("code", component.classCode!!)
             ).entity()
             if (entity!=null&&entity.code!!.length>=8){
@@ -84,7 +83,6 @@ object ComponentService : Service<Equipment>(SMybatisDao(Equipment::class.java))
             }
         } else {
             val entity = EquipmentService.defClassService.select(
-                SFilter.eq("projectId", component.projectId!!),
                 SFilter.endWith("code", component.classCode!!)
             ).entity()
             if (entity == null) {
@@ -94,7 +92,6 @@ object ComponentService : Service<Equipment>(SMybatisDao(Equipment::class.java))
         /** 设备名字 */
         if (component.name.isNullOrEmpty()) {
             val entity = EquipmentService.defClassService.select(
-                SFilter.eq("projectId", component.projectId!!),
                 SFilter.eq("code", component.classCode!!)
             ).entity()
             if (entity!=null) {
@@ -154,7 +151,6 @@ object ComponentService : Service<Equipment>(SMybatisDao(Equipment::class.java))
         entity.objectType = "component"
         if(entity.classCode!!.length<8){
             val defClass = EquipmentService.defClassService.select(
-                SFilter.eq("projectId", Opt.projectId!!),
                 SFilter.endWith("code", entity.classCode!!)
             ).entity()
             if (defClass!=null){
@@ -190,7 +186,7 @@ object ComponentService : Service<Equipment>(SMybatisDao(Equipment::class.java))
                 } catch (e: Exception) {
                     e.printStackTrace()
                 }
-                ObjInfoService.createInfo(equipment,true,"Ec",equipment.classCode!!)
+//                ObjInfoService.createInfo(equipment,true,"Ec",equipment.classCode!!)
 
             }
         } catch (e: Exception) {
@@ -239,7 +235,7 @@ object ComponentService : Service<Equipment>(SMybatisDao(Equipment::class.java))
                 } catch (e: Exception) {
                     e.printStackTrace()
                 }
-                ObjInfoService.delete(SFilter.eq("projectId",Opt.projectId!!), SFilter.eq("objId",equipment.id!!), SFilter.eq("objType","Ec"))
+//                ObjInfoService.delete(SFilter.eq("projectId",Opt.projectId!!), SFilter.eq("objId",equipment.id!!), SFilter.eq("objType","Ec"))
             }
         } catch (e: Exception) {
             e.printStackTrace()

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

@@ -89,7 +89,6 @@ object EquipmentService : Service<Equipment>(SMybatisDao(Equipment::class.java))
             }
             if(equip.classCode!!.length<6){
                 val entity = defClassService.select(
-                        SFilter.eq("projectId", equip.projectId!!),
                         SFilter.endWith("code", equip.classCode!!)
                 ).entity()
                 if (entity!=null&&entity.code!!.length>=6){
@@ -99,7 +98,6 @@ object EquipmentService : Service<Equipment>(SMybatisDao(Equipment::class.java))
                 }
             } else {
                 val entity = defClassService.select(
-                    SFilter.eq("projectId", equip.projectId!!),
                     SFilter.endWith("code", equip.classCode!!)
                 ).entity()
                    if (entity == null) {
@@ -159,7 +157,6 @@ object EquipmentService : Service<Equipment>(SMybatisDao(Equipment::class.java))
 
             if(entity.classCode!!.length<6){
                 val defClass = defClassService.select(
-                        SFilter.eq("projectId", Opt.projectId!!),
                         SFilter.endWith("code", entity.classCode!!)
                 ).entity()
                 if (defClass!=null){
@@ -286,7 +283,7 @@ object EquipmentService : Service<Equipment>(SMybatisDao(Equipment::class.java))
             }
             /** 清除对应关系 */
             if (equipment != null) {
-                val property = PropertyService.select(SFilter.eq("EquipmentId", equipment.id!!)).entity()
+                val property = PropertyService.select(SFilter.eq("equipId", equipment.id!!)).entity()
                 if (property != null && equipment.taskState != null && equipment.taskState == -1 && property.taskState != null && property.taskState == -1) {
                     val list = ArrayList<Property>()
                     list.add(property)

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

@@ -109,7 +109,6 @@ object GeneralSystemService : Service<GeneralSystem>(SMybatisDao(GeneralSystem::
                     if (generalSystem.name.isNullOrEmpty()) {
                         /** TODO:待修改 */
                         val dClassDef = defClassService.select(
-                            SFilter.eq("projectId", Opt.projectId!!),
                             SFilter.eq("code", generalSystem.classCode!!)
                         ).entity()
                         if (dClassDef!=null){

+ 0 - 2
datacenter/src/main/kotlin/com/persagy/server/services/relation_calc/ManualRelationAddService.kt

@@ -130,8 +130,6 @@ class ManualRelationAddService {
 
     /** 空间 */
     private val relZoneSpaceService = SObjectService(SMybatisDao(RelZoneSpace::class.java))
-    /** 类型查询 */
-    private val dClassDefService = SObjectService(SMybatisDao(DefClass::class.java))
     /** 资产所在的竖井 */
     private val rPeInShService = SObjectService(SMybatisDao(RPeInSh::class.java))
     /** 资产和竖井的资产实例 */

+ 2 - 0
datacenter/src/main/kotlin/com/persagy/server/services/relation_calc/ManualRelationCalcService.kt

@@ -3825,6 +3825,7 @@ open class ManualRelationCalcService {
                 listSF.add(SFilter.or(SFilter.contain("name2",manualRelationCalcRequest.vagueTo!!),SFilter.contain("localId2",manualRelationCalcRequest.vagueTo!!),SFilter.contain("localName2",manualRelationCalcRequest.vagueTo!!)))
             }
             listSF.add(SFilter.eq("projectId", projectId))
+            listSF.add(SFilter.eq("type",  manualRelationCalcRequest.relType!!))
             val rSp2SpTwoList = CommonServices.rSp2SpTwoService.select(listSF).exec()
             if (rSp2SpTwoList.size>0) {
 
@@ -3834,6 +3835,7 @@ open class ManualRelationCalcService {
                     listId1.add(rSp2SpTwo.id1!!)
                     listId2.add(rSp2SpTwo.id2!!)
                 }
+                logger.debug("id1 = ${listId1.size}")
                 val sCascadeQuery = sQueryRequest.cascade!!.get(0)
                 sCascadeQuery.filters = "id in ${listId2.toJson()}"
                 list.add(SFilter.inList("id",listId1.toList()))

+ 1 - 0
datacenter/src/main/resources/application-test.yml

@@ -29,6 +29,7 @@ server:
 spring:
   datasource:
 #    url:                                jdbc:postgresql://192.168.64.14:5432/datacenterlabsl
+#    url:                                jdbc:postgresql://datacenter:5432/datacenterlabsl
     url:                                jdbc:postgresql://datacenter:5432/datacenter
     username:                           postgres
     password:                           cGVyc2FneV8yMDIwcXdlIUAj

+ 8 - 0
datasyn/src/main/kotlin/com/persagy/server/syn/controllers/dict/DictGatherControllers.kt

@@ -35,6 +35,14 @@ class DictGatherControllers {
         return DClassDefService.dictPlatformInfoGatherCode(code)
     }
 
+    /**
+     * 同步项目字典
+     */
+    @Operation(summary = "同步项目字典", description = "sign开关,true 所有项目")
+    @GetMapping(value = ["/dict/code/syn"])
+    fun dictSynCode(@RequestParam groupCode: String,@RequestParam projectId: String,sign: Boolean = false): SBaseResponse {
+        return DClassDefService.synCodeProject(groupCode,projectId,sign)
+    }
 
 
 }

+ 62 - 45
datasyn/src/main/kotlin/com/persagy/server/syn/controllers/obj/ObjectFromToControllers.kt

@@ -274,36 +274,49 @@ class ObjectFromToControllers {
                 val equipSynApi = EquipApi.equipSynApi(dictProject!!.groupCode!!,projectId, page,"equipment")
                 val equipDataList = equipSynApi.data
                 for (equipData in equipDataList!!){
-                    val equipSyn = EquipUtil.equipSyns(projectId, dictProject!!.groupCode!!, equipData)
-                    logger.debug("设备=${equipSyn.toJson()}")
-                    if (isBuildingFloor){
-                        /** 查询建筑 */
-                        val equipInBuildingList = EquipApi.equipInBuilding(dictProject!!.groupCode!!,projectId, equipSyn.id!!)
-                        if (equipInBuildingList.size>0){
-                            val hashMap = equipInBuildingList[0]
-                            if (hashMap.containsKey("objTo")){
-                                equipSyn.buildingId = hashMap["objTo"].toString()
+                    try {
+                        val equipSyn = EquipUtil.equipSyns(projectId, dictProject!!.groupCode!!, equipData)
+                        logger.debug("设备=${equipSyn.toJson()}")
+                        if (isBuildingFloor){
+                            /** 查询建筑 */
+                            val equipInBuildingList = EquipApi.equipInBuilding(dictProject!!.groupCode!!,projectId, equipSyn.id!!)
+                            if (equipInBuildingList.size>0){
+                                val hashMap = equipInBuildingList[0]
+                                if (hashMap.containsKey("objTo")){
+                                    equipSyn.buildingId = hashMap["objTo"].toString()
+                                }
                             }
-                        }
-                        /** 查询楼层 */
-                        val equipInFloorList = EquipApi.equipInFloor(dictProject!!.groupCode!!,projectId, equipSyn.id!!)
-                        if (equipInFloorList.size>0){
-
-                            val hashMap = equipInFloorList[0]
-                            if (hashMap.containsKey("objTo")){
-                                equipSyn.floorId = hashMap["objTo"].toString()
+                            /** 查询楼层 */
+                            val equipInFloorList = EquipApi.equipInFloor(dictProject!!.groupCode!!,projectId, equipSyn.id!!)
+                            if (equipInFloorList.size>0){
+                                val hashMap = equipInFloorList[0]
+                                if (hashMap.containsKey("objTo")){
+                                    equipSyn.floorId = hashMap["objTo"].toString()
+                                }
                             }
-                        }
-                        if (equipSyn.buildingId.isNullOrEmpty()){
-                            if (!equipSyn.floorId.isNullOrEmpty()){
-                                val floor = BaseDataService.floorService.select(SFilter.eq("id", equipSyn.floorId!!)).entity()
-                                if (floor!=null){
-                                    equipSyn.buildingId = floor.buildingId
+                            if (!equipSyn.buildingId.isNullOrEmpty()){
+                                val entity =
+                                    BaseDataService.buildingService.select(SFilter.eq("id", equipSyn.buildingId!!))
+                                        .entity()
+                                if (entity!=null) {
+                                    if (!equipSyn.floorId.isNullOrEmpty()){
+                                        val floor = BaseDataService.floorService.select(SFilter.eq("id", equipSyn.floorId!!)).entity()
+                                        if (floor==null){
+                                            equipSyn.floorId = null
+                                        }
+                                    }
+                                }else {
+                                    equipSyn.floorId = null
+                                    equipSyn.buildingId = null
                                 }
+
                             }
                         }
+                        BaseDataService.equipmentService.replace(equipSyn)
+                    } catch (e: Exception) {
+                        e.printStackTrace()
+
                     }
-                    BaseDataService.equipmentService.replace(equipSyn)
 
                 }
                 if (equipSynApi.data!!.size>= 1000){
@@ -318,33 +331,37 @@ class ObjectFromToControllers {
                     val equipDataList = equipSynApi.data
                     for (equipData in equipDataList!!){
                         val equipSyn = EquipUtil.equipSyns(project.id!!, dictProject.groupCode!!, equipData)
-                        if (isBuildingFloor){
-                            /** 查询建筑 */
-                            val equipInBuildingList = EquipApi.equipInBuilding(dictProject.groupCode!!,project.id!!, equipSyn.id!!)
-                            if (equipInBuildingList.size>0){
-                                val hashMap = equipInBuildingList[0]
-                                if (hashMap.containsKey("objTo")){
-                                    equipSyn.buildingId = hashMap["objTo"].toString()
+                        try {
+                            if (isBuildingFloor){
+                                /** 查询建筑 */
+                                val equipInBuildingList = EquipApi.equipInBuilding(dictProject.groupCode!!,project.id!!, equipSyn.id!!)
+                                if (equipInBuildingList.size>0){
+                                    val hashMap = equipInBuildingList[0]
+                                    if (hashMap.containsKey("objTo")){
+                                        equipSyn.buildingId = hashMap["objTo"].toString()
+                                    }
                                 }
-                            }
-                            /** 查询楼层 */
-                            val equipInFloorList = EquipApi.equipInFloor(dictProject.groupCode!!,project.id!!, equipSyn.id!!)
-                            if (equipInFloorList.size>0){
-                                val hashMap = equipInFloorList[0]
-                                if (hashMap.containsKey("objTo")){
-                                    equipSyn.floorId = hashMap["objTo"].toString()
+                                /** 查询楼层 */
+                                val equipInFloorList = EquipApi.equipInFloor(dictProject.groupCode!!,project.id!!, equipSyn.id!!)
+                                if (equipInFloorList.size>0){
+                                    val hashMap = equipInFloorList[0]
+                                    if (hashMap.containsKey("objTo")){
+                                        equipSyn.floorId = hashMap["objTo"].toString()
+                                    }
                                 }
-                            }
-                            if (equipSyn.buildingId.isNullOrEmpty()&&!equipSyn.floorId.isNullOrEmpty()){
-                                if (!equipSyn.floorId.isNullOrEmpty()){
-                                    val floor = BaseDataService.floorService.select(SFilter.eq("id", equipSyn.floorId!!)).entity()
-                                    if (floor!=null){
-                                        equipSyn.buildingId = floor.buildingId
+                                if (!equipSyn.buildingId.isNullOrEmpty()&&!equipSyn.floorId.isNullOrEmpty()){
+                                    if (!equipSyn.floorId.isNullOrEmpty()){
+                                        val floor = BaseDataService.floorService.select(SFilter.eq("id", equipSyn.floorId!!)).entity()
+                                        if (floor!=null){
+                                            equipSyn.buildingId = floor.buildingId
+                                        }
                                     }
                                 }
                             }
+                            BaseDataService.equipmentService.replace(equipSyn)
+                        } catch (e: Exception) {
+                            e.printStackTrace()
                         }
-                        BaseDataService.equipmentService.replace(equipSyn)
                     }
                     if (equipSynApi.data!!.size>= 1000){
                         num ++

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

@@ -163,15 +163,21 @@ class ObjectToFromController {
     fun equipSync(@RequestParam projectId: String): SBaseResponse {
         try {
             val dictProject = dictProjectService.select(SFilter.eq("id", projectId)).entity()
-            val equipList = equipmentService.select(SFilter.eq("projectId", projectId)).exec()
+            val equipList = equipmentService.select(SFilter.eq("projectId", projectId)).order( " lastUpdate desc").exec()
             for (equip in equipList) {
                 val createObj =
                     EquipApi.createObj(dictProject!!.groupCode!!, projectId, EquipUtil.equipTools(projectId, equip))
-                if (createObj!!.result == "success") {
+                if (createObj!=null&&createObj!!.result == "success") {
+                    val updateObj =
+                        EquipApi.updateObj(dictProject!!.groupCode!!, projectId, EquipUtil.equipTools(projectId, equip))
+                    if (updateObj!=null&&updateObj.result == "success") {
+                        logger.debug("设备更成功:${equip.toJson()}")
+                    }
+                }else{
                     val updateObj =
                         EquipApi.updateObj(dictProject!!.groupCode!!, projectId, EquipUtil.equipTools(projectId, equip))
                     if (updateObj!=null&&updateObj.result == "success") {
-                        logger.debug("设备更新失败:${equip.toJson()}")
+                        logger.debug("设备更成功:${equip.toJson()}")
                     }
                 }
                 if (!equip.buildingId.isNullOrEmpty()) {

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

@@ -7,6 +7,7 @@ import com.persagy.server.datacenter.models.entities.objects.Equipment
 import com.persagy.server.datacenter.models.entities.objects.Floor
 import com.persagy.server.datacenter.models.entities.objects.ZoneSpace
 import com.persagy.server.datacenter.models.entities.rel.*
+import com.persagy.server.syn.Configure
 import com.persagy.server.syn.models.api.obj.EquipApi
 import com.persagy.service.SBaseService
 import com.persagy.service.SObjectService
@@ -423,4 +424,43 @@ class RelFromToControllers {
 
     }
 
+    /**
+     * 设备和设备关系
+     */
+    @Operation(summary= "设备和设备关系 同步到数据中心", description = "")
+    @PostMapping("/eq2eq")
+    fun eq2Eq(@RequestParam projectId: String,@RequestParam graphCode: String,@RequestParam relCode: String): SBaseResponse{
+        try {
+        val dictProject = dictProjectService.select(SFilter.eq("id", projectId)).entity()
+        if (dictProject!=null) {
+            val relList = EquipApi.getRel(dictProject.groupCode!!, projectId, graphCode, relCode)
+            if (!relList.isNullOrEmpty()){
+                val relType = Configure.relContrastEq(graphCode, relCode)
+                if (!relType.isNullOrEmpty()){
+                    for ( rel in relList) {
+                        try {
+                            val fromId = rel["objFrom"].toString()
+                            val toId = rel["objTo"].toString()
+                            val rEq2Eq = REq2Eq()
+                            rEq2Eq.id1 = fromId
+                            rEq2Eq.id2 = toId
+                            rEq2Eq.sign = 1
+                            rEq2Eq.projectId = projectId
+                            rEq2Eq.type = relType
+                            rEq2EqService.replace(rEq2Eq)
+                        } catch (e: Exception) {
+                            e.printStackTrace()
+                        }
+                    }
+                }
+
+            }
+        }
+            return SBaseResponse(SResponseType.success)
+        } catch (e: Exception) {
+            e.printStackTrace()
+            return SBaseResponse(SResponseType.failure)
+        }
+    }
+
 }

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

@@ -124,19 +124,28 @@ class RelToFromController {
      */
     @Operation(summary= "设备和楼层关系-同步到中台", description = "设备所在的楼层(图类型 MechInArch 边类型 Eq2Fl ),设备服务的楼层(图类型 MechForArch 边类型 Eq2Fl), ")
     @PostMapping("/eq2fl")
-    fun eq2Fl(@RequestParam projectId: String, @RequestParam graphCode: String, @RequestParam type: String, @RequestParam isDel: Boolean = false): SBaseResponse {
+    fun eq2Fl(@RequestParam projectId: String, @RequestParam graphCode: String, @RequestParam type: String, @RequestParam isDel: Boolean = false,@RequestParam code: String?): SBaseResponse {
         try {
+            val list = ArrayList<SFilter>()
+            list.add(SFilter.eq("projectId", projectId))
+            if (!code.isNullOrEmpty()){
+                list.add(SFilter.eq("classCode", code))
+            }
             val dictProject = dictProjectService.select(SFilter.eq("id", projectId)).entity()
             if (graphCode == "MechInArch") {
-                val equipmentList = equipmentService.select(SFilter.eq("projectId", projectId)).exec()
+                val equipmentList = equipmentService.select(list).exec()
                 if (equipmentList.size>0) {
                     for (equipment in equipmentList) {
-                        val toJsonObjArray =
-                                Configure.toJsonObjArray(graphCode, type, equipment.id!!, equipment.floorId!!,null)
+
                         if (isDel) {
                             val toJsonObj = Configure.toJsonObj(graphCode, type, equipment.id!!, null)
                             EquipApi.delRel(dictProject!!.groupCode!!, projectId,toJsonObj)
                         }
+                        if (equipment.floorId.isNullOrEmpty()){
+                            continue
+                        }
+                        val toJsonObjArray =
+                            Configure.toJsonObjArray(graphCode, type, equipment.id!!, equipment.floorId!!,null)
                         val createRel = EquipApi.createRel(dictProject!!.groupCode!!, projectId, toJsonObjArray)
                         if (!createRel){
                             logger.debug("设备所在楼层的关系失败:${toJsonObjArray.toJson()}")
@@ -182,7 +191,7 @@ class RelToFromController {
         try {
             val dictProject = dictProjectService.select(SFilter.eq("id", projectId)).entity()
             if (graphCode == "MechInArch") {
-                val equipmentList = equipmentService.select(SFilter.eq("projectId", projectId)).exec()
+                val equipmentList = equipmentService.select(SFilter.eq("projectId", projectId),SFilter.not(SFilter.isNull("buildingId"))).exec()
                 if (equipmentList.size>0) {
                     for (equipment in equipmentList) {
                         val toJsonObjArray =

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

@@ -161,7 +161,7 @@ class MessageProcessing {
                 messageTypeDataCenterRel =0
                 /** 查询待处理的消息 */
                 val messageList =
-                        synchronousMessageRelService.select(SFilter.not(SFilter.eq("sign", 0))).order("createTime").exec()
+                        synchronousMessageRelService.select(SFilter.not(SFilter.eq("sign", 0)),SFilter.lte("count",30)).order("createTime").exec()
                 if (messageList.size>0) {
                     /** 处理消息 */
                     dataCenterSync.dataSyncRel(messageList)

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

@@ -339,19 +339,32 @@ object EquipApi {
     }
 
     fun delRel(groupCode: String, projectId: String, jsonObject: JSONObject): Boolean {
-        /** 直接 http 请求还是通过注册中心 */
-        if (!Configure.customProperties.eurekaorhttp) {
-            val url = "${opts.data_rwd}/rwd/instance/relation/delete?groupCode=$groupCode&projectId=${projectId}&appId=datacenter"
-            val postObject = SHttpUtil.postObject<MiddleGroundDataRespose>(url, jsonObject)
-            if (postObject.result == "success") {
-                return true
-            }
-        } else {
-            val url = "http://${Configure.serviceNameConfig.DMPRWD}/rwd/instance/relation/delete?groupCode=$groupCode&projectId=${projectId}&appId=datacenter"
-            val postObject = Configure.restTemplate.postForObject(url, jsonObject, MiddleGroundDataRespose::class.java)
-            if (postObject.result == "success") {
-                return true
+        try {
+            /** 直接 http 请求还是通过注册中心 */
+            if (!Configure.customProperties.eurekaorhttp) {
+                try {
+                    val url = "${opts.data_rwd}/rwd/instance/relation/delete?groupCode=$groupCode&projectId=${projectId}&appId=datacenter"
+                    val postObject = SHttpUtil.postObject<MiddleGroundDataRespose>(url, jsonObject)
+                    if (postObject.result == "success") {
+                        return true
+                    }
+                } catch (e: Exception) {
+                    e.printStackTrace()
+                }
+            } else {
+                try {
+                    val url = "http://${Configure.serviceNameConfig.DMPRWD}/rwd/instance/relation/delete?groupCode=$groupCode&projectId=${projectId}&appId=datacenter"
+                    val postObject = Configure.restTemplate.postForObject(url, jsonObject, MiddleGroundDataRespose::class.java)
+                    if (postObject.result == "success") {
+                        return true
+                    }
+                } catch (e: Exception) {
+                    e.printStackTrace()
+
+                }
             }
+        } catch (e: Exception) {
+            e.printStackTrace()
         }
         return false
     }

+ 1 - 0
datasyn/src/main/kotlin/com/persagy/server/syn/models/obj/MiddleGroundDataRespose.kt

@@ -40,5 +40,6 @@ class MiddleGroundDataRespose: Serializable {
     var count: Int? = null
     /** 返回的数据 */
     var data: ArrayList<HashMap<String,Any?>>? = null
+    var message: String? = null
 
 }

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

@@ -351,11 +351,11 @@ object BuildingUtil {
      */
     fun buildingDataConversions(projectId: String,groupCode: String, mapObj: HashMap<String, Any?>): Building {
         /** 查建筑类型字典 */
-        var dictDefFuncIdList = dictDefFuncIdService.select(SFilter.eq("groupCode", groupCode),SFilter.eq("projectId", projectId) ,SFilter.eq("classCode", "building")).exec()
-        if (dictDefFuncIdList.isNullOrEmpty()) {
-            dictDefFuncIdList = dictDefFuncIdService.select(SFilter.eq("type", "commo"),
+//        var dictDefFuncIdList = dictDefFuncIdService.select(SFilter.eq("groupCode", groupCode),SFilter.eq("projectId", projectId) ,SFilter.eq("classCode", "building")).exec()
+//        if (dictDefFuncIdList.isNullOrEmpty()) {
+            var dictDefFuncIdList = dictDefFuncIdService.select(SFilter.eq("type", "common"),
                 SFilter.eq("classCode","building")).exec()
-        }
+//        }
 
         val mapEx = HashMap<String, Any?>()
         val mapCode = HashMap<String, Any?>()

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

@@ -2363,11 +2363,11 @@ object EquipUtil {
     fun equipSyns(projectId: String,groupCode: String, mapObj: HashMap<String, Any?>): Equipment {
         val equipment = Equipment()
         /** 查建楼层型字典 */
-        var dictDefFuncIdList = dictDefFuncIdService.select(SFilter.eq("groupCode", groupCode),SFilter.eq("projectId", projectId), SFilter.eq("classCode", mapObj["classCode"].toString())).exec()
-        if (dictDefFuncIdList.isNullOrEmpty()) {
-            dictDefFuncIdList = dictDefFuncIdService.select(SFilter.eq("type", "commo"),
+//        var dictDefFuncIdList = dictDefFuncIdService.select(SFilter.eq("groupCode", groupCode),SFilter.eq("projectId", projectId), SFilter.eq("classCode", mapObj["classCode"].toString())).exec()
+//        if (dictDefFuncIdList.isNullOrEmpty()) {
+           var dictDefFuncIdList = dictDefFuncIdService.select(SFilter.eq("type", "common"),
                 SFilter.eq("classCode", mapObj["classCode"].toString())).exec()
-        }
+//        }
 
         val mapEx = HashMap<String, Any?>()
         val mapCode = HashMap<String, Any?>()

+ 5 - 5
datasyn/src/main/kotlin/com/persagy/server/syn/models/tools/ProjectUtil.kt

@@ -68,12 +68,12 @@ object ProjectUtil {
     fun projectDataConversions(groupCode: String, mapObj: HashMap<String, Any?>): Project{
 
         /** 查询项目类型字典 */
-        var dictDefFuncIdList = dictDefFuncIdService.select(SFilter.eq("groupCode", groupCode), SFilter.eq("projectId", mapObj["id"].toString())
-        , SFilter.eq("classCode","project") ).exec()
-        if (dictDefFuncIdList.isNullOrEmpty()) {
-            dictDefFuncIdList = dictDefFuncIdService.select(SFilter.eq("type", "commo"),
+//        var dictDefFuncIdList = dictDefFuncIdService.select(SFilter.eq("groupCode", groupCode), SFilter.eq("projectId", mapObj["id"].toString())
+//        , SFilter.eq("classCode","project") ).exec()
+//        if (dictDefFuncIdList.isNullOrEmpty()) {
+            var dictDefFuncIdList = dictDefFuncIdService.select(SFilter.eq("type", "common"),
                 SFilter.eq("classCode","project")).exec()
-        }
+//        }
 
         val mapEx = HashMap<String, Any?>()
         val mapCode = HashMap<String, Any?>()

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

@@ -66,11 +66,11 @@ object ShaftUtil {
      */
     fun shaftDataConversions(projectId: String,groupCode: String, mapObj: HashMap<String, Any?>): Shaft {
         /** 查建楼层型字典 */
-        var dictDefFuncIdList = dictDefFuncIdService.select(SFilter.eq("groupCode", groupCode),SFilter.eq("projectId",projectId), SFilter.eq("classCode","shaft")).exec()
-        if (dictDefFuncIdList.isNullOrEmpty()) {
-            dictDefFuncIdList = dictDefFuncIdService.select(SFilter.eq("type", "commo"),
+//        var dictDefFuncIdList = dictDefFuncIdService.select(SFilter.eq("groupCode", groupCode),SFilter.eq("projectId",projectId), SFilter.eq("classCode","shaft")).exec()
+//        if (dictDefFuncIdList.isNullOrEmpty()) {
+            var dictDefFuncIdList = dictDefFuncIdService.select(SFilter.eq("type", "common"),
                 SFilter.eq("classCode","shaft")).exec()
-        }
+//        }
         val mapEx = HashMap<String, Any?>()
         val mapCode = HashMap<String, Any?>()
         /** 遍历项目类型字典 */

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

@@ -379,12 +379,12 @@ object SpaceUtil {
     fun spaceDataConversions(projectId: String,groupCode: String, mapObj: HashMap<String, Any?>): ZoneSpace {
         logger.debug("打印空间 = ${mapObj.toJson()}")
         /** 查建楼层型字典 */
-        var dictDefFuncIdList = dictDefFuncIdService.select(
-            SFilter.eq("classCode", mapObj["classCode"].toString()),SFilter.eq("projectId", projectId)).exec()
-        if (dictDefFuncIdList.isNullOrEmpty()) {
-            dictDefFuncIdList = dictDefFuncIdService.select(SFilter.eq("type", "commo"),
+//        var dictDefFuncIdList = dictDefFuncIdService.select(
+//            SFilter.eq("classCode", mapObj["classCode"].toString()),SFilter.eq("projectId", projectId)).exec()
+//        if (dictDefFuncIdList.isNullOrEmpty()) {
+            var dictDefFuncIdList = dictDefFuncIdService.select(SFilter.eq("type", "common"),
                 SFilter.eq("classCode", mapObj["classCode"].toString())).exec()
-        }
+//        }
         logger.debug("字典 = ${dictDefFuncIdList.size}")
         val mapEx = HashMap<String, Any?>()
         val mapCode = HashMap<String, Any?>()

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

@@ -30,6 +30,7 @@ import com.persagy.base.extensions.toJson
 import com.persagy.database.SFilter
 import com.persagy.mybatis.SMybatisDao
 import com.persagy.server.datacenter.models.entities.dictnew.*
+import com.persagy.server.datacenter.models.entities.objects.Project
 import com.persagy.server.syn.CustomProperties
 import com.persagy.server.syn.ServiceNameConfig
 import com.persagy.server.syn.models.api.dict.DictTypeApi
@@ -51,7 +52,8 @@ import java.util.concurrent.Executors
 object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.java)) {
 
 
-
+    /** 项目 */
+    private val projectService = SBaseService(SMybatisDao(Project::class.java))
     /** 日志 */
     val logger = LoggerFactory.getLogger(DClassDefService::class.java)
     /** 集团服务 */
@@ -62,6 +64,8 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
     private val defClassService = SBaseService(SMybatisDao(DefClass::class.java))
     /** 详细信息点 */
     private val defFuncIdService = SBaseService(SMybatisDao(DefFuncId::class.java))
+    /** 详细信息点 */
+    private val defFuncIdProjectService = SBaseService(SMybatisDao(DefFuncIdProject::class.java))
     /** 详细信息点 需采集信息点配置 */
     private val defFuncIdGather = SBaseService(SMybatisDao(DefFuncIdGather::class.java))
     /** 专业 */
@@ -344,6 +348,14 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
                             defFuncId.sort = 1
                         }else if (defFuncId.code == "localName" ) {
                             defFuncId.sort = 2
+                        }else if (defFuncId.code == "bimId" ) {
+                            defFuncId.sort = 103
+                        }else if (defFuncId.code == "bimLocation" ) {
+                            defFuncId.sort = 104
+                        }else if (defFuncId.code == "bimFamilyName" ) {
+                            defFuncId.sort = 105
+                        }else if (defFuncId.code == "bimFamilySymbol" ) {
+                            defFuncId.sort = 106
                         }
                         val dicConfigureEditable = ParamTools.dicConfigureEditable()
                         val containsKey = dicConfigureEditable.containsKey(defFuncId.code!!)
@@ -716,6 +728,14 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
                                     defFuncId.sort = 1
                                 }else if (defFuncId.code == "localName" ) {
                                     defFuncId.sort = 2
+                                }else if (defFuncId.code == "bimId" ) {
+                                    defFuncId.sort = 103
+                                }else if (defFuncId.code == "bimLocation" ) {
+                                    defFuncId.sort = 104
+                                }else if (defFuncId.code == "bimFamilyName" ) {
+                                    defFuncId.sort = 105
+                                }else if (defFuncId.code == "bimFamilySymbol" ) {
+                                    defFuncId.sort = 106
                                 }
 
                                 val dicConfigureEditable = ParamTools.dicConfigureEditable()
@@ -782,35 +802,35 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
             sBaseResponse.result = SResponseType.success
         } else {
 
-        val dictProjectList = dictProjectService.selectAll().exec()
-        if (dictProjectList.size>0){
-            for (project in dictProjectList){
-                val dictGroupList = DictTypeApi.dictProject(project.groupCode!!,project.id!!)
-                if (dictGroupList.size>0){
-                    defClassService.delete(SFilter.eq("type","project"),SFilter.eq("groupCode",project.groupCode!!),SFilter.eq("projectId",project.id!!))
-                    for (dictGroup in dictGroupList){
-                        val defClass = DefClass()
-                        defClass.id = dictGroup.id
-                        defClass.aliasCode = dictGroup.aliasCode
-                        defClass.aliasName = dictGroup.aliasName
-                        defClass.code = dictGroup.code
-                        defClass.equipmentCode = dictGroup.equipmentCode
-                        defClass.groupCode = project.groupCode
-                        defClass.majorCode = dictGroup.majorCode
-                        defClass.name = dictGroup.name
-                        defClass.parentCode = dictGroup.parentCode
-                        defClass.projectId = project.id
-                        defClass.systemCode = dictGroup.systemCode
-                        defClass.type = "project"
-                        defClass.objType = dictGroup.objType
-                        defClassService.replace(defClass)
+            val dictProjectList = dictProjectService.selectAll().exec()
+            if (dictProjectList.size>0){
+                for (project in dictProjectList){
+                    val dictGroupList = DictTypeApi.dictProject(project.groupCode!!,project.id!!)
+                    if (dictGroupList.size>0){
+                        defClassService.delete(SFilter.eq("type","project"),SFilter.eq("groupCode",project.groupCode!!),SFilter.eq("projectId",project.id!!))
+                        for (dictGroup in dictGroupList){
+                            val defClass = DefClass()
+                            defClass.id = dictGroup.id
+                            defClass.aliasCode = dictGroup.aliasCode
+                            defClass.aliasName = dictGroup.aliasName
+                            defClass.code = dictGroup.code
+                            defClass.equipmentCode = dictGroup.equipmentCode
+                            defClass.groupCode = project.groupCode
+                            defClass.majorCode = dictGroup.majorCode
+                            defClass.name = dictGroup.name
+                            defClass.parentCode = dictGroup.parentCode
+                            defClass.projectId = project.id
+                            defClass.systemCode = dictGroup.systemCode
+                            defClass.type = "project"
+                            defClass.objType = dictGroup.objType
+                            defClassService.replace(defClass)
+                        }
                     }
                 }
+                sBaseResponse.result = SResponseType.success
+            }else{
+                sBaseResponse.result = SResponseType.failure
             }
-            sBaseResponse.result = SResponseType.success
-        }else{
-            sBaseResponse.result = SResponseType.failure
-        }
         }
         return sBaseResponse
     } // Fun
@@ -867,182 +887,190 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
             if (dictProject!=null){
 //                for (group in groupList){
 
-                    for (defClass in defClassList){
-                        val dictGroupInfoList = DictTypeApi.dictProjectInfo(dictProject.groupCode!!, defClass.code!!,projectId)
+                for (defClass in defClassList){
+                    val dictGroupInfoList = DictTypeApi.dictProjectInfo(dictProject.groupCode!!, defClass.code!!,projectId)
 
-                        if (dictGroupInfoList.size>0){
+                    if (dictGroupInfoList.size>0){
 //                            defFuncIdService.delete(SFilter.eq("projectId",projectId!!),SFilter.eq("classCode",defClass.code!!))
-                            for (dictGroupInfo in dictGroupInfoList){
-                                /** 开头字母大写转小写 */
-                                val str1: String = dictGroupInfo.code!!.substring(0, 1).toLowerCase() //直接bai将du字符zhi串第一个不管是数字还是字母都小写
-                                val str2: String = dictGroupInfo.code!!.substring(1, dictGroupInfo.code!!.length) //截取字符串第二个以后
-                                var str=str1+str2;
-                                val defFuncId = DefFuncId()
-
-                                if (str == "equipLocalID"){
-                                    defFuncId.code = "localId"
-                                }else if (str == "equipLocalName"){
-                                    defFuncId.code = "localName"
-                                }else if (str == "sysLocalID"){
-                                    defFuncId.code = "localId"
-                                }else if (str == "sysLocalName"){
-                                    defFuncId.code = "localName"
-                                }else if (str == "tenantLocalID"){
-                                    defFuncId.code = "localId"
-                                }else if (str =="tenantLocalName"){
-                                    defFuncId.code = "localName"
-                                }else if (str == "roomLocalID"){
-                                    defFuncId.code = "localId"
-                                }else if (str == "roomLocalName"){
-                                    defFuncId.code = "localName"
-                                }else if (str == "shaftLocalID"){
-                                    defFuncId.code = "localId"
-                                }else if (str == "shaftLocalName"){
-                                    defFuncId.code = "localName"
-                                }else if (str == "shaftID"){
-                                    defFuncId.code = "id"
-                                }else if (str == "shaftName"){
-                                    defFuncId.code = "name"
-                                }else if (str == "equipID"){
-                                    defFuncId.code = "id"
-                                }else if (str == "equipName"){
-                                    defFuncId.code = "name"
-                                }else if (str == "sysID"){
-                                    defFuncId.code = "id"
-                                }else if (str == "sysName"){
-                                    defFuncId.code = "name"
-                                }else if (str == "tenantID"){
-                                    defFuncId.code = "id"
-                                }else if (str == "tenantName"){
-                                    defFuncId.code = "name"
-                                }else if (str == "roomID"){
-                                    defFuncId.code = "id"
-                                }else if (str == "roomName"){
-                                    defFuncId.code = "name"
-                                }else if (str == "projID"){
-                                    defFuncId.code = "id"
-                                }else if (str == "projName"){
-                                    defFuncId.code = "name"
-                                }else if (str == "projLocalName"){
-                                    defFuncId.code = "localId"
-                                }else if (str == "projLocalName"){
-                                    defFuncId.code = "localName"
-                                }else if (str == "flootID"){
-                                    defFuncId.code = "id"
-                                }else if (str == "flootName"){
-                                    defFuncId.code = "name"
-                                }else if (str == "floorLocalName"){
-                                    defFuncId.code = "localId"
-                                }else if (str == "floorLocalName"){
-                                    defFuncId.code = "localName"
-                                }else if (str == "buildID"){
-                                    defFuncId.code = "id"
-                                }else if (str == "buildName"){
-                                    defFuncId.code = "name"
-                                }else if (str == "buildLocalID"){
-                                    defFuncId.code = "localId"
-                                }else if (str == "buildLocalName"){
-                                    defFuncId.code = "localName"
-                                }else{
-                                    defFuncId.code = str
-                                }
-                                defFuncId.code = dictGroupInfo.code
-                                defFuncId.id = dictGroupInfo.id
-                                defFuncId.canSub = dictGroupInfo.canSub
-                                defFuncId.category = dictGroupInfo.category
-                                defFuncId.classCode = defClass.code
+                        for (dictGroupInfo in dictGroupInfoList){
+                            /** 开头字母大写转小写 */
+                            val str1: String = dictGroupInfo.code!!.substring(0, 1).toLowerCase() //直接bai将du字符zhi串第一个不管是数字还是字母都小写
+                            val str2: String = dictGroupInfo.code!!.substring(1, dictGroupInfo.code!!.length) //截取字符串第二个以后
+                            var str=str1+str2;
+                            val defFuncId = DefFuncId()
+
+                            if (str == "equipLocalID"){
+                                defFuncId.code = "localId"
+                            }else if (str == "equipLocalName"){
+                                defFuncId.code = "localName"
+                            }else if (str == "sysLocalID"){
+                                defFuncId.code = "localId"
+                            }else if (str == "sysLocalName"){
+                                defFuncId.code = "localName"
+                            }else if (str == "tenantLocalID"){
+                                defFuncId.code = "localId"
+                            }else if (str =="tenantLocalName"){
+                                defFuncId.code = "localName"
+                            }else if (str == "roomLocalID"){
+                                defFuncId.code = "localId"
+                            }else if (str == "roomLocalName"){
+                                defFuncId.code = "localName"
+                            }else if (str == "shaftLocalID"){
+                                defFuncId.code = "localId"
+                            }else if (str == "shaftLocalName"){
+                                defFuncId.code = "localName"
+                            }else if (str == "shaftID"){
+                                defFuncId.code = "id"
+                            }else if (str == "shaftName"){
+                                defFuncId.code = "name"
+                            }else if (str == "equipID"){
+                                defFuncId.code = "id"
+                            }else if (str == "equipName"){
+                                defFuncId.code = "name"
+                            }else if (str == "sysID"){
+                                defFuncId.code = "id"
+                            }else if (str == "sysName"){
+                                defFuncId.code = "name"
+                            }else if (str == "tenantID"){
+                                defFuncId.code = "id"
+                            }else if (str == "tenantName"){
+                                defFuncId.code = "name"
+                            }else if (str == "roomID"){
+                                defFuncId.code = "id"
+                            }else if (str == "roomName"){
+                                defFuncId.code = "name"
+                            }else if (str == "projID"){
+                                defFuncId.code = "id"
+                            }else if (str == "projName"){
+                                defFuncId.code = "name"
+                            }else if (str == "projLocalName"){
+                                defFuncId.code = "localId"
+                            }else if (str == "projLocalName"){
+                                defFuncId.code = "localName"
+                            }else if (str == "flootID"){
+                                defFuncId.code = "id"
+                            }else if (str == "flootName"){
+                                defFuncId.code = "name"
+                            }else if (str == "floorLocalName"){
+                                defFuncId.code = "localId"
+                            }else if (str == "floorLocalName"){
+                                defFuncId.code = "localName"
+                            }else if (str == "buildID"){
+                                defFuncId.code = "id"
+                            }else if (str == "buildName"){
+                                defFuncId.code = "name"
+                            }else if (str == "buildLocalID"){
+                                defFuncId.code = "localId"
+                            }else if (str == "buildLocalName"){
+                                defFuncId.code = "localName"
+                            }else{
+                                defFuncId.code = str
+                            }
+                            defFuncId.code = dictGroupInfo.code
+                            defFuncId.id = dictGroupInfo.id
+                            defFuncId.canSub = dictGroupInfo.canSub
+                            defFuncId.category = dictGroupInfo.category
+                            defFuncId.classCode = defClass.code
 //                        defFuncId.code = str
-                                defFuncId.dataSource = dictGroupInfo.dataSource
-                                logger.debug("数据001 = ${dictGroupInfo.dataSource?.toJson()} ***********************************************************")
-                                defFuncId.dataType = dictGroupInfo.dataType
-                                if (!dictGroupInfo.firstTag.isNullOrEmpty()){
-                                    defFuncId.firstTag = ParamTools.TwoLevelCode(dictGroupInfo.firstTag!!)
-                                }
-                                defFuncId.firstName = dictGroupInfo.firstTag
-                                defFuncId.formater = dictGroupInfo.formater
-                                defFuncId.groupCode = dictProject.groupCode
-                                defFuncId.idx = dictGroupInfo.idx
-                                defFuncId.inputMode = dictGroupInfo.inputMode
-                                defFuncId.isMultiple = dictGroupInfo.isMultiple
-                                defFuncId.isRegion = dictGroupInfo.isRegion
-                                defFuncId.name = dictGroupInfo.name
-                                logger.debug("name: ${ dictGroupInfo.name} *******************************************************")
-                                defFuncId.note = dictGroupInfo.note
-                                defFuncId.priority = dictGroupInfo.priority
-                                defFuncId.projectId = projectId
-                                defFuncId.readonly = dictGroupInfo.readonly
-                                if (!dictGroupInfo.secondTag.isNullOrEmpty()){
-                                    defFuncId.secondTag = ParamTools.TwoLevelCode(dictGroupInfo.secondTag!!)
-                                }
-                                defFuncId.secondName = dictGroupInfo.secondTag
-                                defFuncId.subFlag = dictGroupInfo.subFlag
-                                defFuncId.type = "project"
-                                defFuncId.unit = dictGroupInfo.unit
-                                defFuncId.origCode = dictGroupInfo.origCode
-                                defFuncId.origDataType = dictGroupInfo.origDataType
-                                defFuncId.aliasCode = dictGroupInfo.aliasCode
-                                defFuncId.aliasName = dictGroupInfo.aliasName
-
+                            defFuncId.dataSource = dictGroupInfo.dataSource
+                            logger.debug("数据001 = ${dictGroupInfo.dataSource?.toJson()} ***********************************************************")
+                            defFuncId.dataType = dictGroupInfo.dataType
+                            if (!dictGroupInfo.firstTag.isNullOrEmpty()){
+                                defFuncId.firstTag = ParamTools.TwoLevelCode(dictGroupInfo.firstTag!!)
+                            }
+                            defFuncId.firstName = dictGroupInfo.firstTag
+                            defFuncId.formater = dictGroupInfo.formater
+                            defFuncId.groupCode = dictProject.groupCode
+                            defFuncId.idx = dictGroupInfo.idx
+                            defFuncId.inputMode = dictGroupInfo.inputMode
+                            defFuncId.isMultiple = dictGroupInfo.isMultiple
+                            defFuncId.isRegion = dictGroupInfo.isRegion
+                            defFuncId.name = dictGroupInfo.name
+                            logger.debug("name: ${ dictGroupInfo.name} *******************************************************")
+                            defFuncId.note = dictGroupInfo.note
+                            defFuncId.priority = dictGroupInfo.priority
+                            defFuncId.projectId = projectId
+                            defFuncId.readonly = dictGroupInfo.readonly
+                            if (!dictGroupInfo.secondTag.isNullOrEmpty()){
+                                defFuncId.secondTag = ParamTools.TwoLevelCode(dictGroupInfo.secondTag!!)
+                            }
+                            defFuncId.secondName = dictGroupInfo.secondTag
+                            defFuncId.subFlag = dictGroupInfo.subFlag
+                            defFuncId.type = "project"
+                            defFuncId.unit = dictGroupInfo.unit
+                            defFuncId.origCode = dictGroupInfo.origCode
+                            defFuncId.origDataType = dictGroupInfo.origDataType
+                            defFuncId.aliasCode = dictGroupInfo.aliasCode
+                            defFuncId.aliasName = dictGroupInfo.aliasName
 
 
-                                if (!defFuncId.name.isNullOrEmpty()){
-                                    /** 排序 */
-                                    if (defFuncId.name!! == "设备本地编码"||defFuncId.name!! == "楼层本地编码"||defFuncId.name!! == "本地编码"){
-                                        defFuncId.sort = 1
-                                    }else if (defFuncId.name!! == "设备本地名称"|| defFuncId.name!! == "楼层本地名称"||defFuncId.name!! == "本地名称"){
-                                        defFuncId.sort = 2
-                                    }else if (defFuncId.name!! == "设备二维码图片"||defFuncId.name!! == "二维码图片"||defFuncId.name!! == "二维码内容"){
-                                        defFuncId.sort = 3
-                                    }else if (defFuncId.name!! == "设计图纸中编码"){
-                                        defFuncId.sort = 4
-                                    }else if (defFuncId.name!! == "设备ID"||defFuncId.name!! =="编码"){
-                                        defFuncId.sort = 101
-                                    }else if (defFuncId.name!! == "设备名称"||defFuncId.name!! =="名称"){
-                                        defFuncId.sort = 102
-                                    }else if (defFuncId.name!! == "BIM模型中编码"){
-                                        defFuncId.sort = 103
-                                    }else if (defFuncId.name!! == "BIM模型中坐标"){
-                                        defFuncId.sort = 104
-                                    }else if (defFuncId.firstName != null&& defFuncId.firstName == "台账参数"){
-                                        defFuncId.sort = 10
-                                    }else if(defFuncId.firstName != null&& defFuncId.firstName == "通讯参数"){
-                                        defFuncId.sort = 20
-                                    }else {
-                                        defFuncId.sort = 60
-                                    }
-                                }
 
-                                if (defFuncId.code == "id") {
-                                    defFuncId.sort = 101
-                                }else if (defFuncId.code == "name" ) {
-                                    defFuncId.sort = 102
-                                }else if (defFuncId.code == "localId" ) {
+                            if (!defFuncId.name.isNullOrEmpty()){
+                                /** 排序 */
+                                if (defFuncId.name!! == "设备本地编码"||defFuncId.name!! == "楼层本地编码"||defFuncId.name!! == "本地编码"){
                                     defFuncId.sort = 1
-                                }else if (defFuncId.code == "localName" ) {
+                                }else if (defFuncId.name!! == "设备本地名称"|| defFuncId.name!! == "楼层本地名称"||defFuncId.name!! == "本地名称"){
                                     defFuncId.sort = 2
+                                }else if (defFuncId.name!! == "设备二维码图片"||defFuncId.name!! == "二维码图片"||defFuncId.name!! == "二维码内容"){
+                                    defFuncId.sort = 3
+                                }else if (defFuncId.name!! == "设计图纸中编码"){
+                                    defFuncId.sort = 4
+                                }else if (defFuncId.name!! == "设备ID"||defFuncId.name!! =="编码"){
+                                    defFuncId.sort = 101
+                                }else if (defFuncId.name!! == "设备名称"||defFuncId.name!! =="名称"){
+                                    defFuncId.sort = 102
+                                }else if (defFuncId.name!! == "BIM模型中编码"){
+                                    defFuncId.sort = 103
+                                }else if (defFuncId.name!! == "BIM模型中坐标"){
+                                    defFuncId.sort = 104
+                                }else if (defFuncId.firstName != null&& defFuncId.firstName == "台账参数"){
+                                    defFuncId.sort = 10
+                                }else if(defFuncId.firstName != null&& defFuncId.firstName == "通讯参数"){
+                                    defFuncId.sort = 20
+                                }else {
+                                    defFuncId.sort = 60
                                 }
+                            }
 
-                                val dicConfigureEditable = ParamTools.dicConfigureEditable()
-                                val containsKey = dicConfigureEditable.containsKey(defFuncId.code!!)
-                                if (containsKey){
-                                    defFuncId.editable = false
-                                    defFuncId.unDisabled = false
+                            if (defFuncId.code == "id") {
+                                defFuncId.sort = 101
+                            }else if (defFuncId.code == "name" ) {
+                                defFuncId.sort = 102
+                            }else if (defFuncId.code == "localId" ) {
+                                defFuncId.sort = 1
+                            }else if (defFuncId.code == "localName" ) {
+                                defFuncId.sort = 2
+                            }else if (defFuncId.code == "bimId" ) {
+                                defFuncId.sort = 103
+                            }else if (defFuncId.code == "bimLocation" ) {
+                                defFuncId.sort = 104
+                            }else if (defFuncId.code == "bimFamilyName" ) {
+                                defFuncId.sort = 105
+                            }else if (defFuncId.code == "bimFamilySymbol" ) {
+                                defFuncId.sort = 106
+                            }
+
+                            val dicConfigureEditable = ParamTools.dicConfigureEditable()
+                            val containsKey = dicConfigureEditable.containsKey(defFuncId.code!!)
+                            if (containsKey){
+                                defFuncId.editable = false
+                                defFuncId.unDisabled = false
 //                                    defFuncId.visible = false
-                                }
+                            }
 
-                                val dicConfigure = ParamTools.dicConfigure()
-                                if (defFuncId.code!=null){
-                                    val containsKey = dicConfigure.containsKey(defFuncId.code!!)
-                                    if (containsKey){
-                                        defFuncId.editable = true
-                                        defFuncId.unDisabled = false
+                            val dicConfigure = ParamTools.dicConfigure()
+                            if (defFuncId.code!=null){
+                                val containsKey = dicConfigure.containsKey(defFuncId.code!!)
+                                if (containsKey){
+                                    defFuncId.editable = true
+                                    defFuncId.unDisabled = false
 //                                        defFuncId.visible = true
-                                    }
                                 }
-                                defFuncIdService.replace(defFuncId)
                             }
+                            defFuncIdService.replace(defFuncId)
                         }
                     }
+                }
 //                }
                 sBaseResponse.result = SResponseType.success
             }else{
@@ -1209,6 +1237,14 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
                     defFuncId.sort = 1
                 }else if (defFuncId.code == "localName" ) {
                     defFuncId.sort = 2
+                }else if (defFuncId.code == "bimId" ) {
+                    defFuncId.sort = 103
+                }else if (defFuncId.code == "bimLocation" ) {
+                    defFuncId.sort = 104
+                }else if (defFuncId.code == "bimFamilyName" ) {
+                    defFuncId.sort = 105
+                }else if (defFuncId.code == "bimFamilySymbol" ) {
+                    defFuncId.sort = 106
                 }
 
                 val dicConfigureEditable = ParamTools.dicConfigureEditable()
@@ -1432,6 +1468,14 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
                             defFuncId.sort = 1
                         }else if (defFuncId.code == "localName" ) {
                             defFuncId.sort = 2
+                        }else if (defFuncId.code == "bimId" ) {
+                            defFuncId.sort = 103
+                        }else if (defFuncId.code == "bimLocation" ) {
+                            defFuncId.sort = 104
+                        }else if (defFuncId.code == "bimFamilyName" ) {
+                            defFuncId.sort = 105
+                        }else if (defFuncId.code == "bimFamilySymbol" ) {
+                            defFuncId.sort = 106
                         }
 //                        val dicConfigureEditable = ParamTools.dicConfigureEditable()
 //                        val containsKey = dicConfigureEditable.containsKey(defFuncId.code!!)
@@ -1614,6 +1658,14 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
                             defFuncId.sort = 1
                         }else if (defFuncId.code == "localName" ) {
                             defFuncId.sort = 2
+                        }else if (defFuncId.code == "bimId" ) {
+                            defFuncId.sort = 103
+                        }else if (defFuncId.code == "bimLocation" ) {
+                            defFuncId.sort = 104
+                        }else if (defFuncId.code == "bimFamilyName" ) {
+                            defFuncId.sort = 105
+                        }else if (defFuncId.code == "bimFamilySymbol" ) {
+                            defFuncId.sort = 106
                         }
 
 //                        val dicConfigureEditable = ParamTools.dicConfigureEditable()
@@ -1644,4 +1696,52 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
     } // Fun dictPlatformInfo()
 
 
+    fun synCodeProject(groupCode: String,projectId: String,sign: Boolean): SBaseResponse {
+        try {
+            val select = defFuncIdProjectService.select(SFilter.eq("type", "common"))
+            select.tableName = "dict.def_funcid"
+            val defFuncIdList = select.exec()
+
+            if (defFuncIdList.size>0) {
+                if (!sign) {
+                    for (defFuncId in defFuncIdList) {
+                        try {
+                            defFuncId.projectId = projectId
+                            defFuncId.type = "project"
+                            defFuncId.groupCode = groupCode
+                            defFuncId.visible = null
+                            defFuncIdProjectService.replace(defFuncId)
+                        } catch (e: Exception) {
+                            e.printStackTrace()
+                        }
+                    }
+                }else {
+                    try {
+                        val projectList = projectService.selectAll().exec()
+                        for (project in projectList) {
+                            for (defFuncId in defFuncIdList) {
+                                try {
+                                    defFuncId.projectId = project.id
+                                    defFuncId.type = "project"
+                                    defFuncId.groupCode = project.groupCode
+                                    defFuncId.visible = null
+                                    defFuncIdProjectService.replace(defFuncId)
+                                } catch (e: Exception) {
+                                    e.printStackTrace()
+                                }
+                            }
+                        }
+                    } catch (e: Exception) {
+                        e.printStackTrace()
+                    }
+                }
+            }
+
+        } catch (e: Exception) {
+            e.printStackTrace()
+        }
+        return SBaseResponse(SResponseType.success)
+    }
+
+
 } // Object DClassDefService

+ 37 - 46
datasyn/src/main/kotlin/com/persagy/server/syn/services/dict/DictSchemeService.kt

@@ -57,60 +57,51 @@ object DictSchemeService : SObjectService<DefFuncIdScheme>(SMybatisDao(DefFuncId
      */
     fun setSchemeOne(): SCreateResponse<DefFuncIdScheme> {
         return try {
-            /** 读取集团 */
-            val groupList = groupService.selectAll().exec()
-            for (group in groupList) {
-                val defClassList =
-                    defClassService.select(SFilter.eq("type", "group"), SFilter.eq("groupCode", group.code!!)).exec()
-                for (defClass in defClassList) {
-                    val defFuncIdBuilder = select(
-                        SFilter.eq("groupCode", group.code!!),
-                        SFilter.eq("classCode", defClass.code!!)
-                    )
-                    val defFuncIdList = defFuncIdBuilder.table("dict.def_funcid").exec()
-
-                    for (defFuncId in defFuncIdList){
-
-                        if (defFuncId.firstName.isNullOrEmpty() || defFuncId.firstName == "基本信息" || defFuncId.firstName == "技术参数" ||
-                            defFuncId.firstName == "运行参数" || defFuncId.firstName == "报警消息") {
-                            defFuncId.visible = true
-                        } else if (defFuncId.secondName == "设备厂家" || defFuncId.secondName == "供应购买" || defFuncId.secondName == "现场安装"
-                            || defFuncId.secondName == "运行维保" || defFuncId.secondName == "照片文档") {
-                            defFuncId.visible = true
-                        } else if (defFuncId.priority == "S") {
-                            defFuncId.visible = true
-                        } else {
-                            defFuncId.visible = false
-                        }
-                        val dicConfigureEditable = ParamTools.dicConfigureEditable()
-                        val containsKey = dicConfigureEditable.containsKey(defFuncId.code!!)
-                        if (containsKey){
-                            defFuncId.editable = false
-                            defFuncId.unDisabled = false
-                            defFuncId.visible = false
-                        }
-
-                        val dicConfigure = ParamTools.dicConfigure()
-                        if (defFuncId.code!=null){
-                            val containsKey = dicConfigure.containsKey(defFuncId.code!!)
-                            if (containsKey){
-                                defFuncId.editable = true
-                                defFuncId.unDisabled = false
-                                defFuncId.visible = true
-                            }
-                        }
-
-                        defFuncId.schemeId = 1
-                        replace(defFuncId)
+
+            val defFuncIdBuilder = select(
+                SFilter.eq("type", "common")
+            )
+            val defFuncIdList = defFuncIdBuilder.table("dict.def_funcid").exec()
+            if (defFuncIdList.size>0) {
+                delete(SFilter.eq("schemeId",1))
+            }
+            for (defFuncId in defFuncIdList) {
+                if (defFuncId.firstName.isNullOrEmpty() || defFuncId.firstName == "基本信息" || defFuncId.firstName == "技术参数" ||
+                    defFuncId.firstName == "运行参数" || defFuncId.firstName == "报警消息") {
+                    defFuncId.visible = true
+                } else if (defFuncId.secondName == "设备厂家" || defFuncId.secondName == "供应购买" || defFuncId.secondName == "现场安装"
+                    || defFuncId.secondName == "运行维保" || defFuncId.secondName == "照片文档") {
+                    defFuncId.visible = true
+                } else if (defFuncId.priority == "S") {
+                    defFuncId.visible = true
+                } else {
+                    defFuncId.visible = false
+                }
+                val dicConfigureEditable = ParamTools.dicConfigureEditable()
+                val containsKey = dicConfigureEditable.containsKey(defFuncId.code!!)
+                if (containsKey){
+                    defFuncId.editable = false
+                    defFuncId.unDisabled = false
+                    defFuncId.visible = false
+                }
+
+                val dicConfigure = ParamTools.dicConfigure()
+                if (defFuncId.code!=null){
+                    val containsKey = dicConfigure.containsKey(defFuncId.code!!)
+                    if (containsKey){
+                        defFuncId.editable = true
+                        defFuncId.unDisabled = false
+                        defFuncId.visible = true
                     }
                 }
+                defFuncId.schemeId = 1
+                replace(defFuncId)
             }
             SCreateResponse(SResponseType.success)
         } catch (e: Exception) {
             e.printStackTrace()
             SCreateResponse(SResponseType.failure,e.message!!)
         }
-
     } // Fun setSchemeOne
 
     /**

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

@@ -785,11 +785,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sp2Sp", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sp2Sp", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Sp2Sp", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Sp2Sp", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -819,11 +819,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sp2Sh", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sp2Sh", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Sp2Sh", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Sp2Sh", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -853,11 +853,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sp2Fl", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sp2Fl", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Sp2Fl", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Sp2Fl", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -889,11 +889,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sp2bd", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sp2bd", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Sp2Bd", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Sp2Bd", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -923,11 +923,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sh2Sp", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sh2Sp", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Sh2Sp", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Sh2Sp", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -957,11 +957,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sh2Sh", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sh2Sh", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Sh2Sh", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Sh2Sh", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -991,11 +991,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sh2Fl", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sh2Fl", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Sh2Fl", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Sh2Fl", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -1025,11 +1025,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sh2Bd", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sh2Bd", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Sh2Bd", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Sh2Bd", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -1093,11 +1093,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Fl2Fl", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Fl2Fl", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Fl2Fl", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Fl2Fl", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -1127,11 +1127,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Fl2Sh", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Fl2Sh", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Fl2Sh", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Fl2Sh", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -1161,11 +1161,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Fl2Sp", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Fl2Sp", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Fl2Sp", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Fl2Sp", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -1195,11 +1195,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Bd2Sp", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Bd2Sp", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Bd2Sp", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Bd2Sp", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -1229,11 +1229,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Bd2Sh", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Bd2Sh", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Bd2Sh", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Bd2Sh", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -1263,11 +1263,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Bd2Fl", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Bd2Fl", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Bd2Fl", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Bd2Fl", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -1297,11 +1297,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Bd2bd", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Bd2bd", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Bd2bd", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Bd2bd", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2

+ 2 - 2
datasyn/src/main/kotlin/com/persagy/server/syn/services/journal/SynchronousMessageService.kt

@@ -78,7 +78,7 @@ object SynchronousMessageService : SObjectService<SynchronousMessage>(SMybatisDa
                 for (typeCount in typeCountList){
                     listCode.add(typeCount.code!!)
                 }
-                val dClassDefList = DClassDefService.select(SFilter.eq("projectId", projectId), SFilter.inList("code", listCode)).exec()
+                val dClassDefList = DClassDefService.select( SFilter.inList("code", listCode)).exec()
                 sQueryResponse.content = dClassDefList
                 sQueryResponse.total = dClassDefList.size.toLong()
             }else {
@@ -124,7 +124,7 @@ object SynchronousMessageService : SObjectService<SynchronousMessage>(SMybatisDa
                 sBaseResponse.message = "服务正常"
             } else {
                 sBaseResponse.result = SResponseType.failure
-                sBaseResponse.message = "f服务器异常"
+                sBaseResponse.message = "服务器异常"
             }
             return sBaseResponse
         } catch (e: Exception) {

+ 42 - 0
datasyn/src/main/kotlin/com/persagy/server/syn/task/ScheduledConfig.kt

@@ -0,0 +1,42 @@
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .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.syn.task
+
+import org.springframework.context.annotation.Configuration
+import org.springframework.scheduling.annotation.SchedulingConfigurer
+import org.springframework.scheduling.config.ScheduledTaskRegistrar
+import java.util.concurrent.Executors
+
+/**
+ * 定时任务并行执行
+ */
+@Configuration
+open class ScheduledConfig : SchedulingConfigurer {
+    override fun configureTasks(scheduledTaskRegistrar: ScheduledTaskRegistrar) {
+        scheduledTaskRegistrar.setScheduler(Executors.newScheduledThreadPool(5));
+    }
+}

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

@@ -6,8 +6,8 @@ spring:
     #    username:                           postgres
     #    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://192.168.64.15:5432/datacenter
+    url:                                jdbc:postgresql://39.102.40.239:5432/datacenter
     username:                           postgres
     #    password:                           persagy_2020qwe!@#
     password:                           cGVyc2FneV8yMDIwcXdlIUAj
@@ -47,7 +47,7 @@ mqtopid:
 
 custom:
   #true 代表eureka  false  代表 http
-  eurekaorhttp:                       true
+  eurekaorhttp:                       false
 
 # 服务名
 servicename:

+ 21 - 0
datasyn/src/main/resources/logback-spring.xml

@@ -42,6 +42,27 @@
         <appender-ref ref="STDOUT"/>
     </logger>
 
+<!--    &lt;!&ndash; 定义cn.sagacloud包的日志级别 &ndash;&gt;-->
+<!--    <logger name="com.persagy" level="ERROR" additivity="false">-->
+<!--        <appender-ref ref="STDOUT"/>-->
+<!--    </logger>-->
+
+<!--    &lt;!&ndash; 定义com.persagy包的日志级别 &ndash;&gt;-->
+<!--    <logger name="com.persagy" level="ERROR" additivity="false">-->
+<!--        <appender-ref ref="STDOUT"/>-->
+<!--    </logger>-->
+
+
+<!--    &lt;!&ndash; 定义cn.sagacloud包的日志级别 &ndash;&gt;-->
+<!--    <logger name="com.persagy" level="ERROR" additivity="false">-->
+<!--        <appender-ref ref="STDOUT"/>-->
+<!--    </logger>-->
+
+<!--    &lt;!&ndash; 定义com.persagy包的日志级别 &ndash;&gt;-->
+<!--    <logger name="com.persagy" level="ERROR" additivity="false">-->
+<!--        <appender-ref ref="STDOUT"/>-->
+<!--    </logger>-->
+
     <!-- 定义日志级别 -->
     <root level="ERROR">
         <appender-ref ref="STDOUT" />

+ 8 - 8
equip-component/src/main/kotlin/com/persagy/server/dao/mappers/CustomSql.kt

@@ -73,7 +73,7 @@ interface CustomSql {
     fun dynamicInfoPointCodes(projectId: String): ArrayList<HashMap<String,String>>
 
     /** 静态信息点总数 */
-    @Select("select count(*) from dict.def_funcid where project_id = #{projectId} AND length('class_code') = 6 and category ='STATIC'")
+    @Select("select count(*) from dict.def_funcid where type = 'common' AND length('class_code') = 6 and category ='STATIC'")
     fun staticInfoPointCounts(): Int
 
     /** 项目下所有静态信息点编码 */
@@ -98,16 +98,16 @@ interface CustomSql {
     //设备 统计信息点与需采集数据占比
 
     /** 设备 数字字典信息点总数 */
-    @Select("select count(*) from dict.def_funcid where project_id = #{projectId} AND length(class_code) = 6")
+    @Select("select count(*) from dict.def_funcid where type = 'common' AND length(class_code) = 6")
     fun controlInfoCounts(projectId: String):Int
 
     /** 项目下所有已采集的动态信息点编码 */
-    @Select("select code AS info_point_code, class_code AS type from dict.def_funcid_project where class_code in(select class_code from public.equipment where project_id= #{projectId} GROUP BY class_code) and category !='STATIC' and visible=TRUE")
+    @Select("select code AS info_point_code, class_code AS type from dict.def_funcid where class_code in(select class_code from public.equipment where project_id= #{projectId} GROUP BY class_code) and category !='STATIC' and visible=TRUE")
     fun gatherDynamicInfoCode(projectId: String): ArrayList<HashMap<String,String>>
 
 
     /** 项目下所有已采集静态信息点编码 */
-    @Select("select code AS info_point_code, class_code AS type from dict.def_funcid_project where class_code in(select class_code from public.equipment where project_id= #{projectId} GROUP BY class_code) and category ='STATIC' and visible=TRUE")
+    @Select("select code AS info_point_code, class_code AS type from dict.def_funcid where class_code in(select class_code from public.equipment where project_id= #{projectId} GROUP BY class_code) and category ='STATIC' and visible=TRUE")
     fun gatherStaticInfoCode(projectId: String): ArrayList<HashMap<String,String>>
 
     /** 项目下所有已采集自定义信息点编码*/
@@ -118,7 +118,7 @@ interface CustomSql {
     //系统 统计信息点与需采集数据占比
 
     /** 系统  数字字典信息点总数 */
-    @Select("select count(*) from dict.def_funcid where project_id = #{projectId} AND length(class_code)= 4 ")
+    @Select("select count(*) from dict.def_funcid where type = 'common' AND length(class_code)= 4 ")
     fun systemControlInfoCounts(projectId: String):Int
 
     /** 系统 项目下自定义信息点总数 */
@@ -127,11 +127,11 @@ interface CustomSql {
     fun systemCustomInfoCounts(projectId: String): Int
 
     /** 系统  已采集动态信息点编码 */
-    @Select("select code AS info_point_code,class_code AS type from dict.def_funcid where  project_id = #{projectId} AND (length(class_code)=4)  and category !='STATIC' and visible=TRUE")
+    @Select("select code AS info_point_code,class_code AS type from dict.def_funcid where  type = 'common' AND (length(class_code)=4)  and category !='STATIC' and visible=TRUE")
     fun systemDynamicInfoCode():ArrayList<HashMap<String,String>>
 
     /** 系统 已采集静态信息点编码 */
-    @Select("select code AS info_point_code,class_code AS type from dict.def_funcid where  project_id = #{projectId} AND (length(class_code)=4)  and category ='STATIC' and visible=TRUE")
+    @Select("select code AS info_point_code,class_code AS type from dict.def_funcid where  type = 'common' AND (length(class_code)=4)  and category ='STATIC' and visible=TRUE")
     fun systemStaticInfoCode():ArrayList<HashMap<String,String>>
 
     /** 系统 已采集自定义信息点编码 */
@@ -166,7 +166,7 @@ interface CustomSql {
     /**
      *项目下所有设备类型以及名称
      */
-    @Select("SELECT class_code as code ,(SELECT name FROM dict.def_class WHERE project_id = #{projectId} AND code = class_code ) FROM v_equipment WHERE project_id = #{projectId} GROUP BY class_code")
+    @Select("SELECT class_code as code ,(SELECT name FROM dict.def_class WHERE  code = class_code LIMIT 1 ) FROM v_equipment WHERE project_id = #{projectId} GROUP BY class_code")
     fun  equipTypeName(projectId: String):ArrayList<DefClass>
 
     /** 项目定制表 */

+ 1 - 1
equip-component/src/main/kotlin/com/persagy/server/models/mappers/CustomSqlLabsl.kt

@@ -53,7 +53,7 @@ interface CustomSqlLabsl {
 
 
     /** 平面图统计设备类型以及数量 */
-    @Select("SELECT e.class_code AS code , (SELECT name FROM dict.def_class WHERE project_id = #{projectId} AND code = e.class_code ) ,  count('class_code') FROM equipment e WHERE e.project_id = #{projectId} AND e.building_id = #{buildingId} AND e.floor_id = #{floorId} AND e.class_code in ('FFFSSN') GROUP BY e.class_code")
+    @Select("SELECT e.class_code AS code , (SELECT name FROM dict.def_class WHERE  code = e.class_code LIMIT 1 ) ,  count('class_code') FROM equipment e WHERE e.project_id = #{projectId} AND e.building_id = #{buildingId} AND e.floor_id = #{floorId} AND e.class_code in ('FFFSSN') GROUP BY e.class_code")
     fun equipTypeCount(@Param("projectId") projectId: String,@Param("buildingId") buildingId: String,@Param("floorId") floorId: String)
 
     /** 平面图统计设备类型以及数量 */

+ 1 - 1
equip-component/src/main/kotlin/com/persagy/server/models/mappers/REquipComponMapper.kt

@@ -40,7 +40,7 @@ import org.springframework.stereotype.Repository
 @Repository
 interface REquipComponMapper {
     /** 统计项目下允许创建的部件类型,以及项目下创建的部件数量 */
-    @Select("SELECT code,name,(select count('class_code') from public.equipment where parent_id = #{id} AND class_code = code GROUP BY class_code ) FROM dict.def_class WHERE  equipment_code = #{category} AND project_id = #{projectId}")
+    @Select("SELECT code,name,(select count('class_code') from public.equipment where parent_id = #{id} AND class_code = code GROUP BY class_code ) FROM dict.def_class WHERE  equipment_code = #{category} AND type = 'common'")
     fun getEquipCompon(projectId: String,id:String,category: String): List<EquipCompon>
 
 }

+ 1 - 1
equip-component/src/main/kotlin/com/persagy/server/models/mappers/StatisticalQuantity.kt

@@ -51,7 +51,7 @@ class StatisticalQuantity {
         val sql = object: SQL() {
             init {
                 //
-                SELECT("e.class_code AS code , (SELECT name FROM dict.def_class WHERE project_id = 'Pj1101050029' AND code = e.class_code ) ,  count('class_code')")
+                SELECT("e.class_code AS code , (SELECT name FROM dict.def_class WHERE  AND code = e.class_code LIMIT 1 ) ,  count('class_code')")
                 FROM("equipment e")
                 WHERE("e.project_id = '${projectId}' AND e.building_id = '${buildingId}' AND e.floor_id = '${floorId}' AND e.class_code in (${type})")
                 GROUP_BY(" e.class_code")

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

@@ -248,7 +248,7 @@ object EquipmentComService : Service<Equipment>(SMybatisDao(Equipment::class.jav
 
                         }
                         if (!equip.classCode.isNullOrEmpty()){
-                            val equipFamily = defClassService.select(SFilter.eq("projectId", projectId!!),SFilter.eq("code", equip.classCode!!)).entity()
+                            val equipFamily = defClassService.select(SFilter.eq("code", equip.classCode!!)).entity()
 
                             if (equipFamily!=null){
                                 val equipCategory = EquipCategory()

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

@@ -81,7 +81,6 @@ object EquipmentProSyService : Service<EquipmentProSy>(SMybatisDao(EquipmentProS
             /** 设备名字 */
             if (equip.name.isNullOrEmpty()) {
                 val entity = defClassService.select(
-                    SFilter.eq("projectId", equip.projectId!!),
                     SFilter.eq("code", equip.classCode!!)
                 ).entity()
                 if (entity!=null) {

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

@@ -21,8 +21,8 @@ spring:
 #    password:                           123qwe!@#
 #    url:                                jdbc:postgresql://datacenter:5432/datacenter
 #    url:                                jdbc:postgresql://192.168.64.15:5432/datacenter
-    url:                                jdbc:postgresql://192.168.64.14:5432/datacenterlabsl
-#    url:                                jdbc:postgresql://datacenter:5432/datacenterlabsl
+#    url:                                jdbc:postgresql://192.168.64.14:5432/datacenterlabsl
+    url:                                jdbc:postgresql://datacenter:5432/datacenterlabsl
     username:                           postgres
 #    password:                           persagy_2020qwe!@#
     password:                           cGVyc2FneV8yMDIwcXdlIUAj

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

@@ -67,7 +67,7 @@ open class ScanTaskBaseController {
     fun count(@RequestBody request: SCountRequest): SCountResponse {
         val withFilterList = ArrayList<SFilter>()
         withFilterList.add(SFilter.eq("projectId", SPageContext.getHeader("projectId").toString()))
-        withFilterList.add(SFilter.eq(SLength("classCode"), 6))
+        withFilterList.add(SFilter.lt(SLength("classCode"), 7))
         return ScanTaskBaseService.count(request,withFilterList)
     } // Function count()
 

+ 2 - 2
scanbuilding/src/main/kotlin/com/persagy/server/mappers/StatisticsCountMapper.kt

@@ -156,13 +156,13 @@ interface StatisticsCountMapper {
     /**
      * 统计设备任务下的部件类型以及数量
      */
-    @Select("SELECT class_code as code,(SELECT name FROM dict.def_class WHERE code = class_code and project_id = #{projectId}) as name, COUNT(class_code) FROM scantask.equip_scan_task WHERE task_parent_id = #{id} AND parent_id = #{equipId} GROUP BY class_code")
+    @Select("SELECT class_code as code,(SELECT name FROM dict.def_class WHERE code = class_code and LIMIT 1 ) as name, COUNT(class_code) FROM scantask.equip_scan_task WHERE task_parent_id = #{id} AND parent_id = #{equipId} GROUP BY class_code")
     fun categoryStatistics(projectId:String,id: String,equipId: String): ArrayList<CategoryStatistics>
 
     /**
      * 统计模型设备部件类型以及数量
      */
-    @Select("SELECT mt.class_code as code,(SELECT name FROM dict.def_class WHERE code = mt.class_code and project_id = #{projectId}) as name, COUNT(class_code) FROM scantask.model_scan_task mt WHERE mt.task_parent_id = #{id} AND mt.parent_id = #{equipId} GROUP BY mt.class_code")
+    @Select("SELECT mt.class_code as code,(SELECT name FROM dict.def_class WHERE code = mt.class_code LIMIT 1 ) as name, COUNT(class_code) FROM scantask.model_scan_task mt WHERE mt.task_parent_id = #{id} AND mt.parent_id = #{equipId} GROUP BY mt.class_code")
     fun categoryStatisticsModel(projectId:String,id: String,equipId: String): ArrayList<CategoryStatistics>
 
     /**

+ 2 - 2
scanbuilding/src/main/kotlin/com/persagy/server/services/task/EquipScanTaskQueryService.kt

@@ -64,7 +64,7 @@ object EquipScanTaskQueryService : SObjectService<EquipScanTaskQuery>(SMybatisDa
                     content.component = exec
                 }
                 val defClass =
-                    defClassService.select(SFilter.eq("projectId", projectId), SFilter.eq("code", content.classCode!!)).entity()
+                    defClassService.select(SFilter.eq("code", content.classCode!!)).entity()
                 if (defClass!=null) {
                     content.equipCategory = defClass
                 }
@@ -85,7 +85,7 @@ object EquipScanTaskQueryService : SObjectService<EquipScanTaskQuery>(SMybatisDa
                     content.component = exec
                 }
                 val defClass =
-                    defClassService.select(SFilter.eq("projectId", projectId), SFilter.eq("code", content.classCode!!)).entity()
+                    defClassService.select( SFilter.eq("code", content.classCode!!)).entity()
                 if (defClass!=null) {
                     content.equipCategory = defClass
                 }

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

@@ -7,8 +7,8 @@ spring:
     #    username:                           postgres
     #    password:                           123qwe!@#
 #    url:                                jdbc:postgresql://172.17.100.16:5432/datacenter
-    url:                                jdbc:postgresql://datacenter:5432/datacenter
-#    url:                                jdbc:postgresql://datacenter:5432/datacenterlabsl
+#    url:                                jdbc:postgresql://datacenter:5432/datacenter
+    url:                                jdbc:postgresql://datacenter:5432/datacenterlabsl
     username:                           postgres
     #    password:                           persagy_2020qwe!@#
     password:                           cGVyc2FneV8yMDIwcXdlIUAj