|
|
|
@@ -111,9 +111,9 @@ public class WxCouponOrderController extends BaseController { |
|
|
|
if (wxCouponOrderCVo == null) { |
|
|
|
return new ResultData(ErrorCode.COUPON_ORDER_IS_NULL); |
|
|
|
} |
|
|
|
if (!wxCouponOrderCVo.getCUserId().equals(getUserId())) { |
|
|
|
return new ResultData(ErrorCode.COUPON_ORDER_IS_NULL); |
|
|
|
} |
|
|
|
// if (!wxCouponOrderCVo.getCUserId().equals(getUserId())) { |
|
|
|
// return new ResultData(ErrorCode.COUPON_ORDER_IS_NULL); |
|
|
|
// } |
|
|
|
WxCouponCVo wxCouponCVo = null; |
|
|
|
String key = "cd:" + wxCouponOrderCVo.getCouponId(); |
|
|
|
ValueOperations<String, WxCouponCVo> operations = cdRedisTemplate.opsForValue(); |
|
|
|
|