|
|
|
@@ -2529,6 +2529,10 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { |
|
|
|
return new ResultData(ErrorCode.COUPON_ORDER_IS_NULL.getCode(),"cardInfo未查询到"); |
|
|
|
} |
|
|
|
|
|
|
|
if (EnumCardInfoStatus.STOP.getCode().intValue() == cardInfo.getStatus().intValue()) { |
|
|
|
return new ResultData(ErrorCode.COUPON_ORDER_IS_NULL.getCode(),"卡已被停用"); |
|
|
|
} |
|
|
|
|
|
|
|
//转赠人是否存在 |
|
|
|
Long cUserId = record.getCUserId(); |
|
|
|
|
|
|
|
|