Commit 30e6a4290c5eab335003eb2a614c8a3e62c2f626
1 parent
1bb039ad8f
Exists in
master
and in
1 other branch
bug修复
Showing 1 changed file with 3 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
30e6a42
| ... | ... | @@ -273,6 +273,9 @@ |
| 273 | 273 | couponService.use(hospitalId, deliverAddRequest.getCouponCode(), userId, maternalDeliverModel.getId()); |
| 274 | 274 | } |
| 275 | 275 | |
| 276 | + /** 儿童建档对应孕妇分娩 【未使用的产检券】要自动作废 */ | |
| 277 | + couponService.invalid(maternalDeliverModel.getId(), "2"); | |
| 278 | + | |
| 276 | 279 | //作废产检劵 |
| 277 | 280 | patientCheckTicketService.cancelCheckTicket(hospitalId,deliverAddRequest.getParentId()); |
| 278 | 281 | //修改 |