Commit 25b5e010a42f1ef270c1c93f43271fee14c3155d
1 parent
17b1de933f
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
25b5e01
| ... | ... | @@ -996,7 +996,7 @@ |
| 996 | 996 | patientCheckTicketQuery.setPatientId(id); |
| 997 | 997 | patientCheckTicketQuery.setStatus(1); |
| 998 | 998 | PatientCheckTicket patientCheckTicket=new PatientCheckTicket(); |
| 999 | - patientCheckTicket.setStatus(4); | |
| 999 | + patientCheckTicket.setStatus(3); | |
| 1000 | 1000 | patientCheckTicket.setPatientId(id); |
| 1001 | 1001 | patientCheckTicketService.findAndModify(patientCheckTicketQuery,patientCheckTicket); |
| 1002 | 1002 | } |