|
|
|
@@ -142,7 +142,7 @@ public class WxPressOrderController extends BaseController { |
|
|
|
return new ResultData(ErrorCode.ORDER_HAD_CANCEL); |
|
|
|
} |
|
|
|
|
|
|
|
if(order.getPressCurrentNum() + 1 >= wxCouponCVo.getPressLimitNum()) { |
|
|
|
if(order.getPressCurrentNum() + 1 > wxCouponCVo.getPressLimitNum()) { |
|
|
|
logger.error("砍价已结束:" + orderId); |
|
|
|
return new ResultData(ErrorCode.COUPON_PRESS_HAD_FINISHED); |
|
|
|
} |
|
|
|
|