修改bug

master
ELF 5 years ago
parent 769193883d
commit 02259ae330

@ -312,8 +312,8 @@ class AutoPackController extends Think
->select(); ->select();
if (count($applys) == 0) { if (count($applys) == 0) {
Printer::export('无等待队列', true);
Redis::delete('console_packing'); Redis::delete('console_packing');
Printer::export('无等待队列', true);
} }
$applyIds = array_column($applys, 'id'); $applyIds = array_column($applys, 'id');

Loading…
Cancel
Save