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