Commit 823796182b6cd068c9c9c642b5b8f0da7f3f19b0
1 parent
b1c96fbd5f
Exists in
master
and in
7 other branches
修改产检删除
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
8237961
| ... | ... | @@ -160,6 +160,7 @@ |
| 160 | 160 | masterPatients.setNextCheckTime(patients.getNextCheckTime()); |
| 161 | 161 | masterPatients.setFmDate(patients.getFmDate()); |
| 162 | 162 | masterPatients.setServiceStatus(patients.getServiceStatus()); |
| 163 | + masterPatients.setLastCheckEmployeeId(patients.getLastCheckEmployeeId()); | |
| 163 | 164 | patientsService.updatePatient(masterPatients); |
| 164 | 165 | } |
| 165 | 166 | } |