This commit is contained in:
xman 2025-06-12 21:26:26 +08:00
parent 641fe883fc
commit 70ca003e1b

View File

@ -181,7 +181,7 @@ class Dispatch extends Backend
//dispatch log
$hookParams2 = [
'dispatch' => $dispatch,
'remark' => '手动派单给' . $worker->name .'('.$worker->tel.')',
'remark' => '手动派单给工程师:' . $worker->name .'('.$worker->tel.')',
];
Hook::listen('order_dispatch_change', $hookParams2);