From ca88afd647db200d540c69fca7142bf7f4ec116c Mon Sep 17 00:00:00 2001 From: hant Date: Wed, 4 Jun 2025 21:49:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=B4=BE=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/command/CheckOrderDispatchGotCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/common/command/CheckOrderDispatchGotCommand.php b/application/common/command/CheckOrderDispatchGotCommand.php index 5a39b8f..0405861 100644 --- a/application/common/command/CheckOrderDispatchGotCommand.php +++ b/application/common/command/CheckOrderDispatchGotCommand.php @@ -46,7 +46,7 @@ class CheckOrderDispatchGotCommand extends Command $OrderLogic->noWorkerCanGetIt($item); //自动重派新单 $order = Order::get($item->order_id); - AutoDispatchLogic::autoDispatch($order,$order->admin_id); + AutoDispatchLogic::autoDispatch($order); echo 'succ:' . $item->id . PHP_EOL; } catch (Exception $exception) { echo $exception->getMessage() . PHP_EOL;