Commit 3d88715ff09cc3e45338194a82ff1c8952230f29
1 parent
1eb369ae77
Exists in
master
and in
7 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/AntenatalExaminationFacade.java
View file @
3d88715
... | ... | @@ -1664,7 +1664,7 @@ |
1664 | 1664 | |
1665 | 1665 | String code = patientCheckTicketService.updateTicket(queryRequest.getBarCode(), 2, hospitalId); |
1666 | 1666 | if (code != null) { |
1667 | - return new BaseResponse().setErrorcode(ErrorCodeConstants.PARAMETER_ERROR).setErrormsg(code); | |
1667 | + return new BaseResponse().setErrorcode(ErrorCodeConstants.TICKET_USED).setErrormsg(code); | |
1668 | 1668 | } |
1669 | 1669 | |
1670 | 1670 | PatientCheckTicket checkTicket =patientCheckTicketService.getTicket(queryRequest.getBarCode()); |