fanli/src/main/java/com/yeshi/fanli/service/impl/order/CommonOrderServiceImpl.java
@@ -698,9 +698,9 @@ return; // 下单日期是否是符合上线日期 long downOrderTime = thirdCreateTime.getTime(); long limitDate = TimeUtil.parse(Constant.COUPON_REWARD_TIME).getTime(); if (downOrderTime > limitDate) { long downOrderTime = thirdCreateTime.getTime(); long limitDate = TimeUtil.convertDateToTemp(Constant.VIP_ONLINE_TIME); if (downOrderTime > limitDate) { // 2.1 开始新版 rewardCounponLimitTime(order, accountTime); } else if (hasRewardCoupon) {