Commit 8c6379480fe9422d6835ce8841395b7fa4963871
1 parent
65ef5b3624
Exists in
master
and in
1 other branch
修改转诊
Showing 2 changed files with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanPatientWorker.java
View file @
8c63794
... | ... | @@ -168,7 +168,7 @@ |
168 | 168 | } |
169 | 169 | Patients patients1=new Patients(); |
170 | 170 | patients1.setId(patients.getId()); |
171 | - patients1.setLastCTime(list.get(0).getNextCheckTime()); | |
171 | + patients1.setLastCTime(list.get(0).getCheckTime()); | |
172 | 172 | patientsService.updatePatient(patients1); |
173 | 173 | } |
174 | 174 | } |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/WorkHR.java
View file @
8c63794
... | ... | @@ -155,7 +155,7 @@ |
155 | 155 | } |
156 | 156 | Patients patients1=new Patients(); |
157 | 157 | patients1.setId(patients.getId()); |
158 | - patients1.setLastCTime(list.get(0).getNextCheckTime()); | |
158 | + patients1.setLastCTime(list.get(0).getCheckTime()); | |
159 | 159 | patientsService.updatePatient(patients1); |
160 | 160 | } |
161 | 161 | } |