满减活动

优惠券 取消时间检验
This commit is contained in:
2025-10-23 11:02:50 +08:00
parent 5d7687830b
commit 46820794d7
2 changed files with 4 additions and 4 deletions

View File

@@ -639,7 +639,7 @@ public class OrderInfoServiceImpl extends ServiceImpl<OrderInfoMapper, OrderInfo
throw new ValidateException("生成支付订单失败,券:" + coupon.getTitle() + "与会员价不共享");
}
isUseLimit(coupon, record);
isUseTime(coupon);
// isUseTime(coupon);
return coupon;
}