Commit a5135928c2df04c1f02d520fd5fbb5a6812d4cee
1 parent
0f4dce2b30
Exists in
master
and in
7 other branches
分娩作废产检劵
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/StopPregnancyFacade.java
View file @
a513592
... | ... | @@ -215,7 +215,7 @@ |
215 | 215 | Patients pa=patientsService.findOnePatientById(pat.getId()); |
216 | 216 | patientCheckTicketQuery.setStatus(1); |
217 | 217 | patientCheckTicketQuery.setCreatedStart(pa.getLastMenses()); |
218 | - patientCheckTicketQuery.setCreatedEnd(pa.getFmDate()); | |
218 | + patientCheckTicketQuery.setCreatedEnd(new Date(pa.getFmDate().getTime()+ 86398000)); | |
219 | 219 | patientCheckTicketQuery.setPid(pa.getPid()); |
220 | 220 | |
221 | 221 | PatientCheckTicket patientCheckTicket=new PatientCheckTicket(); |