Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
2025-10-13 18:57:01 +08:00

View File

@@ -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();