Commit fe46c6cb14fdae155d8a8c2e9910a4e6ba16ccff
1 parent
cf412d702a
Exists in
master
and in
6 other branches
改bug
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
fe46c6c
... | ... | @@ -1429,8 +1429,8 @@ |
1429 | 1429 | |
1430 | 1430 | |
1431 | 1431 | /** 删除建档应该是把全部未使用的优惠券状态更新为3【已作废】 */ |
1432 | -// couponService.invalid(patients.getPid(), "1,2,3,4,5,6,7,8"); | |
1433 | - couponService.invalid2(patients.getPid(), patients.getCreated(), "1,2,3,4,5,6,7,8,9,10"); | |
1432 | + couponService.invalid(patients.getPid(), "1,2,3,4,5,6,7,8"); | |
1433 | +// couponService.invalid2(patients.getPid(), patients.getCreated(), "1,2,3,4,5,6,7,8,9,10"); | |
1434 | 1434 | } |
1435 | 1435 | |
1436 | 1436 | return new BaseResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功"); |