Commit f7216dabb64e15d1ff1535cd51e3eb176551f136
1 parent
299a99fc8c
Exists in
master
and in
6 other branches
修改孕妇追访日期末改为当前时间
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
f7216da
... | ... | @@ -1135,6 +1135,8 @@ |
1135 | 1135 | } |
1136 | 1136 | if (StringUtils.isNotEmpty(nextCheckTime)) { |
1137 | 1137 | trackDownRecord.setAppointmentDate(DateUtil.parseYMD(nextCheckTime)); |
1138 | + } else { | |
1139 | + trackDownRecord.setAppointmentDate(new Date()); | |
1138 | 1140 | } |
1139 | 1141 | trackDownService.addOrupdateTrackDownRecord(userId, trackDownRecord); |
1140 | 1142 | } |