|
|
@@ -70,7 +70,7 @@ public class WxPressOrderController extends BaseController { |
|
|
return new ResultData(ErrorCode.COUPON_IS_EMPTY); |
|
|
return new ResultData(ErrorCode.COUPON_IS_EMPTY); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if(order.getPressEndDate().after(curDate)) { |
|
|
|
|
|
|
|
|
if(curDate.after(order.getPressEndDate())) { |
|
|
logger.error("砍价已超时:" + orderId); |
|
|
logger.error("砍价已超时:" + orderId); |
|
|
return new ResultData(ErrorCode.COUPON_PRESS_IS_OVERTIME); |
|
|
return new ResultData(ErrorCode.COUPON_PRESS_IS_OVERTIME); |
|
|
} |
|
|
} |
|
|
|