Przeglądaj źródła

Merge remote-tracking branch 'origin/develop' into 122run

zhaops 3 lat temu
rodzic
commit
1a1c0187d7

+ 8 - 0
config-server/src/main/resources/shared/cdssman-service-dev.yml

@@ -125,6 +125,14 @@ hystrix.command.CdssCoreClient#clearStandRuleDrugAll().execution.isolation.threa
 hystrix.command.CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 hystrix.command.CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 #远程调用开单合理性接口时间加长
 #远程调用开单合理性接口时间加长
 hystrix.command.CdssCoreClient#indication(IndicationPushVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
 hystrix.command.CdssCoreClient#indication(IndicationPushVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配数据校验接口时间加长
+hystrix.command.CdssClient#dataVerify(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配接口时间加长
+hystrix.command.CdssClient#precDataMatch_remote(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入数据校验接口时间加长
+hystrix.command.CdssClient#importExcelDataVerify(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入接口时间加长
+hystrix.command.CdssClient#importExcel_remote(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
 
 
 io.github.lvyahui8.spring:
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate
   base-packages: com.diagbot.aggregate

+ 8 - 0
config-server/src/main/resources/shared/cdssman-service-local.yml

@@ -124,6 +124,14 @@ hystrix.command.CdssCoreClient#clearStandRuleDrugAll().execution.isolation.threa
 hystrix.command.CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 hystrix.command.CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 #远程调用开单合理性接口时间加长
 #远程调用开单合理性接口时间加长
 hystrix.command.CdssCoreClient#indication(IndicationPushVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
 hystrix.command.CdssCoreClient#indication(IndicationPushVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配数据校验接口时间加长
+hystrix.command.CdssClient#dataVerify(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配接口时间加长
+hystrix.command.CdssClient#precDataMatch_remote(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入数据校验接口时间加长
+hystrix.command.CdssClient#importExcelDataVerify(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入接口时间加长
+hystrix.command.CdssClient#importExcel_remote(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
 
 
 
 
 io.github.lvyahui8.spring:
 io.github.lvyahui8.spring:

+ 8 - 0
config-server/src/main/resources/shared/cdssman-service-pre.yml

@@ -125,6 +125,14 @@ hystrix.command.CdssCoreClient#clearStandRuleDrugAll().execution.isolation.threa
 hystrix.command.CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 hystrix.command.CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 #远程调用开单合理性接口时间加长
 #远程调用开单合理性接口时间加长
 hystrix.command.CdssCoreClient#indication(IndicationPushVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
 hystrix.command.CdssCoreClient#indication(IndicationPushVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配数据校验接口时间加长
+hystrix.command.CdssClient#dataVerify(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配接口时间加长
+hystrix.command.CdssClient#precDataMatch_remote(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入数据校验接口时间加长
+hystrix.command.CdssClient#importExcelDataVerify(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入接口时间加长
+hystrix.command.CdssClient#importExcel_remote(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
 
 
 io.github.lvyahui8.spring:
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate
   base-packages: com.diagbot.aggregate

+ 8 - 0
config-server/src/main/resources/shared/cdssman-service-pro.yml

@@ -125,6 +125,14 @@ hystrix.command.CdssCoreClient#clearStandRuleDrugAll().execution.isolation.threa
 hystrix.command.CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 hystrix.command.CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 #远程调用开单合理性接口时间加长
 #远程调用开单合理性接口时间加长
 hystrix.command.CdssCoreClient#indication(IndicationPushVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
 hystrix.command.CdssCoreClient#indication(IndicationPushVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配数据校验接口时间加长
+hystrix.command.CdssClient#dataVerify(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配接口时间加长
+hystrix.command.CdssClient#precDataMatch_remote(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入数据校验接口时间加长
+hystrix.command.CdssClient#importExcelDataVerify(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入接口时间加长
+hystrix.command.CdssClient#importExcel_remote(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
 
 
 io.github.lvyahui8.spring:
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate
   base-packages: com.diagbot.aggregate

+ 8 - 0
config-server/src/main/resources/shared/cdssman-service-test.yml

@@ -125,6 +125,14 @@ hystrix.command.CdssCoreClient#clearStandRuleDrugAll().execution.isolation.threa
 hystrix.command.CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 hystrix.command.CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 #远程调用开单合理性接口时间加长
 #远程调用开单合理性接口时间加长
 hystrix.command.CdssCoreClient#indication(IndicationPushVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
 hystrix.command.CdssCoreClient#indication(IndicationPushVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配数据校验接口时间加长
+hystrix.command.CdssClient#dataVerify(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配接口时间加长
+hystrix.command.CdssClient#precDataMatch_remote(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入数据校验接口时间加长
+hystrix.command.CdssClient#importExcelDataVerify(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入接口时间加长
+hystrix.command.CdssClient#importExcel_remote(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
 
 
 io.github.lvyahui8.spring:
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate
   base-packages: com.diagbot.aggregate

+ 2 - 2
config-server/src/main/resources/shared/mrman-service-dev.yml

@@ -52,7 +52,7 @@ spring:
         master:
         master:
           driver-class-name: com.mysql.cj.jdbc.Driver
           driver-class-name: com.mysql.cj.jdbc.Driver
           platform: mysql
           platform: mysql
-          url: jdbc:mysql://192.168.2.236:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
+          url: jdbc:mysql://192.168.2.237:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
           username: root
           username: root
           password: lantone
           password: lantone
           druid:
           druid:
@@ -60,7 +60,7 @@ spring:
         slave:
         slave:
           driver-class-name: com.mysql.cj.jdbc.Driver
           driver-class-name: com.mysql.cj.jdbc.Driver
           platform: mysql
           platform: mysql
-          url: jdbc:mysql://192.168.2.236:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
+          url: jdbc:mysql://192.168.2.237:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
           username: root
           username: root
           password: lantone
           password: lantone
           druid:
           druid:

+ 2 - 2
config-server/src/main/resources/shared/mrman-service-local.yml

@@ -52,7 +52,7 @@ spring:
         master:
         master:
           driver-class-name: com.mysql.cj.jdbc.Driver
           driver-class-name: com.mysql.cj.jdbc.Driver
           platform: mysql
           platform: mysql
-          url: jdbc:mysql://192.168.2.236:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
+          url: jdbc:mysql://192.168.2.237:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
           username: root
           username: root
           password: lantone
           password: lantone
           druid:
           druid:
@@ -60,7 +60,7 @@ spring:
         slave:
         slave:
           driver-class-name: com.mysql.cj.jdbc.Driver
           driver-class-name: com.mysql.cj.jdbc.Driver
           platform: mysql
           platform: mysql
-          url: jdbc:mysql://192.168.2.236:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
+          url: jdbc:mysql://192.168.2.237:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
           username: root
           username: root
           password: lantone
           password: lantone
           druid:
           druid: