查看错误
This commit is contained in:
@@ -242,7 +242,7 @@ class PerformPerSecond
|
||||
{
|
||||
// 查找已结束但未退款的红包
|
||||
$expiredRedpackets = Db::name('redpacket')
|
||||
->where(['end_time' => ['<',time()]])
|
||||
->where(['end_time' => ['<',time()], 'status' => 1])
|
||||
->select();
|
||||
|
||||
foreach ($expiredRedpackets as $redpacket) {
|
||||
|
||||
Reference in New Issue
Block a user