Commit 907b0744af20e1869e57fc2f9188b0c9a4deebac
1 parent
ae28ce863d
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/BookbuildingFacade.java
View file @
907b074
... | ... | @@ -119,7 +119,7 @@ |
119 | 119 | * @return |
120 | 120 | */ |
121 | 121 | public BaseListResponse getTicketList(String patientId) { |
122 | - List<PatientCheckTicket> list = patientCheckTicketService.queryTicket(patientId, null, null, 1); | |
122 | + List<PatientCheckTicket> list = patientCheckTicketService.queryTicket(patientId, null, null, null); | |
123 | 123 | return new BaseListResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功").setData(list).setPageInfo(new PageInfo()); |
124 | 124 | } |
125 | 125 |