Commit 87a35d4b3c764223d87f0a250250dc684aed0d19

Authored by litao
1 parent 6920e83df7

bug修复

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 @ 87a35d4
... ... @@ -1244,7 +1244,7 @@
1244 1244  
1245 1245  
1246 1246 /** 删除建档应该是把全部未使用的优惠券状态更新为3【已作废】 */
1247   - couponService.invalid(id, "1,2,3,4,5,6,7,8");
  1247 + couponService.invalid(patients.getPid(), "1,2,3,4,5,6,7,8");
1248 1248 }
1249 1249  
1250 1250 return new BaseResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功");