Bläddra i källkod

1、配置更新

zhaops 3 år sedan
förälder
incheckning
999d315ffc

+ 1 - 1
cdssman-service/src/main/java/com/diagbot/web/StaticKnowledgeTestController.java

@@ -60,7 +60,7 @@ public class StaticKnowledgeTestController {
 
 
     @ApiOperation(value = "静态知识测试[zhaops]",
     @ApiOperation(value = "静态知识测试[zhaops]",
             notes = "hospitalId: 医院Id <br>" +
             notes = "hospitalId: 医院Id <br>" +
-                    " type:术语类型(1:诊断、2:检验、3:检查、4:药品、5:手术/操作)<br>" +
+                    " type:术语类型(1:诊断、2:检验、3:检查、4:药品、5:手术/操作、6:量表、7:护理)<br>" +
                     "caseId: 测试用例id<br>")
                     "caseId: 测试用例id<br>")
     @PostMapping("/staticKnowledgeTest")
     @PostMapping("/staticKnowledgeTest")
     @SysLogger("staticKnowledgeTest")
     @SysLogger("staticKnowledgeTest")

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

@@ -133,6 +133,15 @@ hystrix.command.CdssClient#precDataMatch_remote(MultipartFile,Integer).execution
 hystrix.command.CdssClient#importExcelDataVerify(MultipartFile,Long,Integer,String).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
 hystrix.command.CdssClient#importExcel_remote(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用批量校验静态信息是否存在接口时间加长
+hystrix.command.CdssCoreClient#getStaticKnowledgeList(StaticKnowledgeListVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+
+feign:
+  client:
+    config:
+      cdss-core:
+        connectTimeout: 500000
+        readTimeout: 400000
 
 
 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

@@ -132,7 +132,15 @@ hystrix.command.CdssClient#precDataMatch_remote(MultipartFile,Integer).execution
 hystrix.command.CdssClient#importExcelDataVerify(MultipartFile,Long,Integer,String).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
 hystrix.command.CdssClient#importExcel_remote(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用批量校验静态信息是否存在接口时间加长
+hystrix.command.CdssCoreClient#getStaticKnowledgeList(StaticKnowledgeListVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
 
 
+feign:
+  client:
+    config:
+      cdss-core:
+        connectTimeout: 500000
+        readTimeout: 400000
 
 
 io.github.lvyahui8.spring:
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate
   base-packages: com.diagbot.aggregate

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

@@ -133,6 +133,15 @@ hystrix.command.CdssClient#precDataMatch_remote(MultipartFile,Integer).execution
 hystrix.command.CdssClient#importExcelDataVerify(MultipartFile,Long,Integer,String).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
 hystrix.command.CdssClient#importExcel_remote(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用批量校验静态信息是否存在接口时间加长
+hystrix.command.CdssCoreClient#getStaticKnowledgeList(StaticKnowledgeListVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+
+feign:
+  client:
+    config:
+      cdss-core:
+        connectTimeout: 500000
+        readTimeout: 400000
 
 
 io.github.lvyahui8.spring:
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate
   base-packages: com.diagbot.aggregate

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

@@ -133,6 +133,15 @@ hystrix.command.CdssClient#precDataMatch_remote(MultipartFile,Integer).execution
 hystrix.command.CdssClient#importExcelDataVerify(MultipartFile,Long,Integer,String).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
 hystrix.command.CdssClient#importExcel_remote(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用批量校验静态信息是否存在接口时间加长
+hystrix.command.CdssCoreClient#getStaticKnowledgeList(StaticKnowledgeListVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+
+feign:
+  client:
+    config:
+      cdss-core:
+        connectTimeout: 500000
+        readTimeout: 400000
 
 
 io.github.lvyahui8.spring:
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate
   base-packages: com.diagbot.aggregate

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

@@ -133,6 +133,15 @@ hystrix.command.CdssClient#precDataMatch_remote(MultipartFile,Integer).execution
 hystrix.command.CdssClient#importExcelDataVerify(MultipartFile,Long,Integer,String).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
 hystrix.command.CdssClient#importExcel_remote(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用批量校验静态信息是否存在接口时间加长
+hystrix.command.CdssCoreClient#getStaticKnowledgeList(StaticKnowledgeListVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+
+feign:
+  client:
+    config:
+      cdss-core:
+        connectTimeout: 500000
+        readTimeout: 400000
 
 
 io.github.lvyahui8.spring:
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate
   base-packages: com.diagbot.aggregate