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