sth
This commit is contained in:
parent
53fa5d7932
commit
bb8578c8bf
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user