This commit is contained in:
xman 2025-07-03 15:31:51 +08:00
parent 53fa5d7932
commit bb8578c8bf

View File

@ -44,7 +44,7 @@ class CheckOrderDispatchGotCommand extends Command
$Model->where('status', OrderDispatch::STATUS_TOGET)
->where('type', 2)
->where('worker_id','!=',1059)
->where('worker_id','<>',1059)
->where('create_time', '<=', $now)
->chunk(100, function ($list) use ($OrderLogic) {
foreach ($list as $item) {