Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hphy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
向怀芳
hphy
Commits
5387fe3a
Commit
5387fe3a
authored
Dec 26, 2023
by
gaozhaochen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 科室更新
parent
4f5cb72f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
bootstrap-hp-uat.yml
cloud-auth/src/main/resources/bootstrap-hp-uat.yml
+20
-0
HpDeptInfoServiceImpl.java
...c/sict/theme/hphy/service/impl/HpDeptInfoServiceImpl.java
+3
-0
No files found.
cloud-auth/src/main/resources/bootstrap-hp-uat.yml
0 → 100644
View file @
5387fe3a
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}
smart-health-modules/theme-schema/src/main/java/cn/sh/stc/sict/theme/hphy/service/impl/HpDeptInfoServiceImpl.java
View file @
5387fe3a
...
@@ -126,6 +126,9 @@ public class HpDeptInfoServiceImpl extends ServiceImpl<HpDeptInfoMapper, HpDeptI
...
@@ -126,6 +126,9 @@ public class HpDeptInfoServiceImpl extends ServiceImpl<HpDeptInfoMapper, HpDeptI
.
eq
(
HpDeptInfo:
:
getHosOrgCode
,
hosOrgCode
)
.
eq
(
HpDeptInfo:
:
getHosOrgCode
,
hosOrgCode
)
.
eq
(
HpDeptInfo:
:
getDeptLevel
,
deptLevel
)
.
eq
(
HpDeptInfo:
:
getDeptLevel
,
deptLevel
)
);
);
for
(
HpDeptInfo
hpDeptInfo
:
deptList
)
{
hpDeptInfo
.
setDeptLevel
(
deptLevel
);
}
this
.
saveBatch
(
deptList
);
this
.
saveBatch
(
deptList
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment