From 84dac71bd677268d48befe00d6b42af4980ed1f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Thu, 29 Jan 2026 17:06:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=81=E7=A6=81=20=E5=BC=BA=E5=88=B6?= =?UTF-8?q?=E9=80=80=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/service/RedpacketService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/common/service/RedpacketService.php b/application/common/service/RedpacketService.php index 57a343fd..02417654 100644 --- a/application/common/service/RedpacketService.php +++ b/application/common/service/RedpacketService.php @@ -193,7 +193,7 @@ class RedpacketService ->where('user_id',$userId) ->where('createtime', '>=', strtotime(date('Y-m-d'))) ->count(); - if($tady_red_num >= 5){ + if($tady_red_num <= 5){ model('api/Tasks')->tasks_complete($userId,36); } return [