sth
This commit is contained in:
parent
53fa5d7932
commit
bb8578c8bf
|
|
@ -44,7 +44,7 @@ class CheckOrderDispatchGotCommand extends Command
|
||||||
|
|
||||||
$Model->where('status', OrderDispatch::STATUS_TOGET)
|
$Model->where('status', OrderDispatch::STATUS_TOGET)
|
||||||
->where('type', 2)
|
->where('type', 2)
|
||||||
->where('worker_id','!=',1059)
|
->where('worker_id','<>',1059)
|
||||||
->where('create_time', '<=', $now)
|
->where('create_time', '<=', $now)
|
||||||
->chunk(100, function ($list) use ($OrderLogic) {
|
->chunk(100, function ($list) use ($OrderLogic) {
|
||||||
foreach ($list as $item) {
|
foreach ($list as $item) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user