Commit 2b0915c8714e9d3e11af2ae34ed9304253d7fc4b
1 parent
fd552b59b1
Exists in
master
and in
6 other branches
全部孕妇管理增加按照排序
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
2b0915c
| ... | ... | @@ -327,7 +327,7 @@ |
| 327 | 327 | } |
| 328 | 328 | patientsService.updateNextCheckTime(antExAddRequest.getNextCheckTime(), patients.getId()); |
| 329 | 329 | patientsService.updatePatient(patients); |
| 330 | -// patientsService.updatePatientOneCol(patients.getId(), com.lyms.platform.common.utils.StringUtils.isEmpty(antExAddRequest.getNextCheckTime()) == true ? null : DateUtil.parseYMD(antExAddRequest.getNextCheckTime())); | |
| 330 | + patientsService.updatePatientOneCol(patients.getId(), com.lyms.platform.common.utils.StringUtils.isEmpty(antExAddRequest.getNextCheckTime())? null : DateUtil.parseYMD(antExAddRequest.getNextCheckTime())); | |
| 331 | 331 | |
| 332 | 332 | antenatalExaminationService.addOneBabyAnt(model); |
| 333 | 333 |