From c82bf56b88d4d3438c575feff1fae17b003e7f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Mon, 13 Oct 2025 18:52:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E5=8C=85=E8=B6=85=E6=97=B6=E9=80=80?= =?UTF-8?q?=E5=9B=9E?= 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 697be10..505f635 100644 --- a/application/cron/controller/PerformPerSecond.php +++ b/application/cron/controller/PerformPerSecond.php @@ -245,7 +245,7 @@ class PerformPerSecond // 查找已结束但未退款的红包 $expiredRedpackets = Db::name('redpacket') - ->where('status', Redpacket::STATUS_ACTIVE) +// ->where('status', Redpacket::STATUS_ACTIVE) ->where('end_time', '<', $now) ->where('left_count', '>', 0) ->select();