|
|
@@ -842,7 +842,7 @@ public class WxOrderServiceImpl implements WxOrderService { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private void checkCouponBatchRule(WxCoupon counpon,WxCouponOrder couponOrderQ,WxCUserBasicInfo user) { |
|
|
private void checkCouponBatchRule(WxCoupon counpon,WxCouponOrder couponOrderQ,WxCUserBasicInfo user) { |
|
|
CouponBatchVo checkPressResult = wxCouponBatchService.getCouponPressBatch(counpon, user.getId()); |
|
|
|
|
|
|
|
|
CouponBatchVo checkPressResult = wxCouponBatchService.getCouponBatch(counpon, user.getId()); |
|
|
if (null != checkPressResult) { |
|
|
if (null != checkPressResult) { |
|
|
WxCouponBatch pressBatch = checkPressResult.getCouponBatch(); |
|
|
WxCouponBatch pressBatch = checkPressResult.getCouponBatch(); |
|
|
List<Long> cids = checkPressResult.getCouponIdList(); |
|
|
List<Long> cids = checkPressResult.getCouponIdList(); |
|
|
|