Commit b9e6fc09b5504eef6aa0227926bd3958ed89dda6
1 parent
fea1db1a78
Exists in
master
and in
6 other branches
全部孕妇管理增加按照排序
Showing 1 changed file with 1 additions and 0 deletions
platform-job-index/src/main/java/com/lyms/platform/job/index/restore/data/SyncDataWork.java
View file @
b9e6fc0
... | ... | @@ -529,6 +529,7 @@ |
529 | 529 | DoctorUsers doctorUsers = null; |
530 | 530 | if (CollectionUtils.isNotEmpty(userses)) { |
531 | 531 | for (Users users : userses) { |
532 | + | |
532 | 533 | DoctorUsersQuery doctorUsersQuery = new DoctorUsersQuery(); |
533 | 534 | doctorUsersQuery.setYn(YnEnums.YES.getId()); |
534 | 535 | doctorUsersQuery.setHospitalId(orgMapToId.get(hospitalId)); |