Commit bbf8687bf135e5fed234ea7f9ab176db81287768

Authored by litao@lymsh.com
1 parent fe46c6cb14

改bug

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java View file @ bbf8687
... ... @@ -1429,6 +1429,7 @@
1429 1429  
1430 1430  
1431 1431 /** 删除建档应该是把全部未使用的优惠券状态更新为3【已作废】 */
  1432 +
1432 1433 couponService.invalid(patients.getPid(), "1,2,3,4,5,6,7,8");
1433 1434 // couponService.invalid2(patients.getPid(), patients.getCreated(), "1,2,3,4,5,6,7,8,9,10");
1434 1435 }