Commit 6aee9a0ef868306aa1c59c6561f6308ffac764ef
1 parent
f6446a9578
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/BabyBookbuildingFacade.java
View file @
6aee9a0
... | ... | @@ -1012,7 +1012,7 @@ |
1012 | 1012 | |
1013 | 1013 | if(babyModel != null) { |
1014 | 1014 | /** 删除儿童建档 未使用的儿保券作废 */ |
1015 | - couponService.invalid(babyModel.getParentId(), "8"); | |
1015 | + couponService.invalid(babyModel.getPid(), "8"); | |
1016 | 1016 | } |
1017 | 1017 | return new BaseResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功"); |
1018 | 1018 | } |