diff --git a/cloud-auth/src/main/resources/bootstrap-hp-uat.yml b/cloud-auth/src/main/resources/bootstrap-hp-uat.yml new file mode 100644 index 0000000000000000000000000000000000000000..1e3056e95c1bd04ce348a3c47340b41778de60ae --- /dev/null +++ b/cloud-auth/src/main/resources/bootstrap-hp-uat.yml @@ -0,0 +1,20 @@ +server: + port: 12354 + +spring: + application: + name: @artifactId@ + main: + allow-bean-definition-overriding: true + # nacos + cloud: + nacos: + server-addr: 127.0.0.1:8848 + discovery: + namespace: 98235753-6748-4074-8fb1-4fdbf5184710 + config: + namespace: 98235753-6748-4074-8fb1-4fdbf5184710 + file-extension: yml + shared-dataids: application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} + shared-configs: + - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} diff --git a/smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hphy/service/impl/HpDeptInfoServiceImpl.java b/smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hphy/service/impl/HpDeptInfoServiceImpl.java index 7fe299f44d24ef5ff0f307413aaab85ecfd0f0c9..87385ebcf0b950bcb81b0ca50739fab3fc17c0a3 100644 --- a/smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hphy/service/impl/HpDeptInfoServiceImpl.java +++ b/smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hphy/service/impl/HpDeptInfoServiceImpl.java @@ -126,6 +126,9 @@ public class HpDeptInfoServiceImpl extends ServiceImpl