From 4dda3ada59f1510b7dada1d438e16d1bcf7cb731 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Tue, 26 Dec 2023 15:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=98=E6=83=A0=E5=8A=B5?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/CouponService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/CouponService.php b/app/Services/CouponService.php index 65473b4..e2d6dcb 100644 --- a/app/Services/CouponService.php +++ b/app/Services/CouponService.php @@ -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){