Commit 91e8ce91550cfd35f8a9c7f85149e328f3225335
1 parent
64bd0dd70a
Exists in
master
and in
6 other branches
SmsConfigModel 过滤掉不同步
Showing 1 changed file with 1 additions and 0 deletions
platform-job-index/src/main/java/com/lyms/platform/job/index/restore/data/ConvertHelper.java
View file @
91e8ce9
| ... | ... | @@ -446,6 +446,7 @@ |
| 446 | 446 | localPatient.setVip(patients.getVip()); |
| 447 | 447 | localPatient.setCrisis(0); |
| 448 | 448 | localPatient.setPid(patients.getPid()); |
| 449 | + localPatient.setLastCheckEmployeeId(patients.getLastCheckEmployeeId()); | |
| 449 | 450 | localPatient.setHospitalForeignId(patients.getHospitalId()); |
| 450 | 451 | //孕妇 |
| 451 | 452 | localPatient.setType(patients.getType()); |