From b752827dc6a5cf31bdcea70b265e05fa1454d2a3 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 27 Apr 2023 17:51:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=94=A8=E6=88=B7=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E6=8E=A5=E5=8F=A3=EF=BC=8C=E4=BF=AE=E6=94=B9=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E6=B3=A8=E5=86=8C=E5=A2=9E=E5=8A=A0=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= 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 5fd50e7..3a57461 100644 --- a/app/Services/CouponService.php +++ b/app/Services/CouponService.php @@ -153,7 +153,7 @@ class CouponService extends BaseService // 添加用户优惠卷自动过期队列 // 添加自动完成队列 - $valid_end_time = strtotime($data['valid_end_time']); + $valid_end_time = strtotime($user_coupon->valid_end_time); $data = array(); $data['user_coupon_id'] = $user_coupon['user_coupon_id'];