Commit 0ff06285211a3907e1289f8aa3638ba55add3637
1 parent
0ec653a7b9
Exists in
master
and in
6 other branches
bug修复
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 @
0ff0628
... | ... | @@ -219,7 +219,7 @@ |
219 | 219 | |
220 | 220 | stopPregnancyService.addStopPreg(model); |
221 | 221 | /** 作废产检劵 */ |
222 | - couponService.invalid(request.getPid(), "2"); | |
222 | + couponService.invalid(request.getPid(), "2,4"); | |
223 | 223 | |
224 | 224 | //作废产检劵 |
225 | 225 | patientCheckTicketService.cancelCheckTicket(hospital, pat.getId()); |