Commit 5387fe3a authored by gaozhaochen's avatar gaozhaochen

update: 科室更新

parent 4f5cb72f
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}
...@@ -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);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment