Commit a61dc28a244ee78ed9ddcadac8380c3df6ff1271
1 parent
d72fd734bb
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 1 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
a61dc28
| ... | ... | @@ -177,8 +177,7 @@ |
| 177 | 177 | p1.setFmDate(patients.getFmDate()); |
| 178 | 178 | p1.setServiceStatus(patients.getServiceStatus()); |
| 179 | 179 | p1.setLastCheckEmployeeId(patients.getLastCheckEmployeeId()); |
| 180 | - p1.setBookbuildingDoctor(patients.getBookbuildingDoctor()); | |
| 181 | - p1.setBookbuildingDate(patients.getBookbuildingDate()); | |
| 180 | + | |
| 182 | 181 | patientsService.updatePatient(p1); |
| 183 | 182 | patientsService.updatePatientOneCol(masterPatients.getId(), com.lyms.platform.common.utils.StringUtils.isEmpty(nextCheckTime)?null:DateUtil.parseYMD(nextCheckTime)); |
| 184 | 183 | }else{ |