From fe46c6cb14fdae155d8a8c2e9910a4e6ba16ccff Mon Sep 17 00:00:00 2001 From: "litao@lymsh.com" Date: Tue, 14 Nov 2017 15:16:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java index 4d73432..c87b7da 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java @@ -1429,8 +1429,8 @@ public class BookbuildingFacade { /** 删除建档应该是把全部未使用的优惠券状态更新为3【已作废】 */ -// couponService.invalid(patients.getPid(), "1,2,3,4,5,6,7,8"); - couponService.invalid2(patients.getPid(), patients.getCreated(), "1,2,3,4,5,6,7,8,9,10"); + couponService.invalid(patients.getPid(), "1,2,3,4,5,6,7,8"); +// couponService.invalid2(patients.getPid(), patients.getCreated(), "1,2,3,4,5,6,7,8,9,10"); } return new BaseResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功"); -- 1.8.3.1