From 4651940f4652f8463cc664f42d3a3bc006ae0d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Tue, 14 Oct 2025 11:27:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E5=8C=85=E8=BF=87=E6=9C=9F=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/cron/controller/PerformPerSecond.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/cron/controller/PerformPerSecond.php b/application/cron/controller/PerformPerSecond.php index 505f635..465a02c 100644 --- a/application/cron/controller/PerformPerSecond.php +++ b/application/cron/controller/PerformPerSecond.php @@ -247,7 +247,7 @@ class PerformPerSecond $expiredRedpackets = Db::name('redpacket') // ->where('status', Redpacket::STATUS_ACTIVE) ->where('end_time', '<', $now) - ->where('left_count', '>', 0) +// ->where('left_count', '>', 0) ->select(); foreach ($expiredRedpackets as $redpacket) {