Commit 2d3e8b51f3fe69c95e0aae5c0b758021f2e09ce4
1 parent
6329413edb
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/BabyAfterVisitInfoModelWork.java
View file @
2d3e8b5
... | ... | @@ -119,12 +119,12 @@ |
119 | 119 | babyAfterVisitInfoModel.setCheckMonthId(babyEyeCheck.getCheckMonthId()); |
120 | 120 | babyAfterVisitInfoModel.setCheckTime(babyEyeCheck.getCheckTime()); |
121 | 121 | if (syncData) { |
122 | - babyAfterVisitInfoModel.setAppointmentTime(babyEyeCheck.getNextCheckTime() != null ? babyEyeCheck.getNextCheckTime() : babyEyeCheck.getCheckTime()); | |
122 | + babyAfterVisitInfoModel.setAppointmentTime(babyEyeCheck.getNextCheckTime() != null ? babyEyeCheck.getNextCheckTime() : babyModel.getBuildDate()); | |
123 | 123 | } |
124 | 124 | } |
125 | 125 | } else { |
126 | 126 | if (syncData) { |
127 | - babyAfterVisitInfoModel.setAppointmentTime(babyModel.getNextDate() != null ? babyModel.getNextDate() : babyModel.getCreated()); | |
127 | + babyAfterVisitInfoModel.setAppointmentTime(babyModel.getBuildDate()); | |
128 | 128 | } |
129 | 129 | } |
130 | 130 | } |