修改优惠劵通知时间
This commit is contained in:
parent
aaf8ae7218
commit
4dda3ada59
@ -151,7 +151,7 @@ class CouponService extends BaseService
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
// 添加优惠卷即将过期提醒队列
|
// 添加优惠卷即将过期提醒队列
|
||||||
$time = floor($time * 0.25);
|
$time = floor($time * 0.75);
|
||||||
|
|
||||||
// 时间低于5小时,不进行过期提醒
|
// 时间低于5小时,不进行过期提醒
|
||||||
if ($time > 60 * 60 * 5){
|
if ($time > 60 * 60 * 5){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user