diff --git a/application/common/command/CheckOrderDispatchGotCommand.php b/application/common/command/CheckOrderDispatchGotCommand.php index 2581e7e..fc27973 100644 --- a/application/common/command/CheckOrderDispatchGotCommand.php +++ b/application/common/command/CheckOrderDispatchGotCommand.php @@ -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) {