Ver código fonte

******************************************* wx *****************
修改接口

zhangweixin 4 anos atrás
pai
commit
1f73dd9b5d

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

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

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

@@ -272,6 +272,7 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
                         defFuncId.id = dictPlatformInfo.id
 //                        defFuncId.code = dictPlatformInfo.code
                         defFuncId.dataSource = dictPlatformInfo.dataSource
+                        logger.debug("数据= ${dictPlatformInfo.dataSource?.toJson()}")
                         defFuncId.dataType = dictPlatformInfo.dataType
                         defFuncId.firstName = dictPlatformInfo.firstTag
                         if (!dictPlatformInfo.firstTag.isNullOrEmpty()){
@@ -922,6 +923,7 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
                                 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!!)

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

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

+ 2 - 3
pendingIssues.md

@@ -19,8 +19,7 @@ v_equip_component_count
  公网ip: 60.205.177.43
  内网ip: 172.17.11.228
  账号: root
- 密码: cGVyc2FneV8yMDIwbGFic2wlIyQ=
- 原文密码: persagy_2020labsl%#$ (base64 转码后使用)
+ 原文密码: persagy_2021Persagy%#$ (base64 转码后使用)
 ```
 
 服务器2
@@ -28,7 +27,7 @@ v_equip_component_count
  公网ip: 47.93.22.124
  内网ip: 172.17.11.227
  账号: root
- 密码: WWW.sagacloud.mail@2020
+ 新密码: WWW.persagy.Com@2021%#$&
 
 ```