From 5387fe3a549067bbafdca637140f2b6120b5d905 Mon Sep 17 00:00:00 2001 From: gaozhaochen Date: Tue, 26 Dec 2023 11:08:43 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E7=A7=91=E5=AE=A4=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/bootstrap-hp-uat.yml | 20 +++++++++++++++++++ .../service/impl/HpDeptInfoServiceImpl.java | 3 +++ 2 files changed, 23 insertions(+) create mode 100644 cloud-auth/src/main/resources/bootstrap-hp-uat.yml 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 0000000..1e3056e --- /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 7fe299f..87385eb 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