修改优惠劵通知时间

This commit is contained in:
wucongxing 2023-12-26 15:56:41 +08:00
parent aaf8ae7218
commit 4dda3ada59

View File

@ -151,7 +151,7 @@ class CouponService extends BaseService
try {
// 添加优惠卷即将过期提醒队列
$time = floor($time * 0.25);
$time = floor($time * 0.75);
// 时间低于5小时不进行过期提醒
if ($time > 60 * 60 * 5){