添加日志

This commit is contained in:
xman 2025-04-14 10:53:18 +08:00
parent b042e4904c
commit ed8d1d420c

View File

@ -119,7 +119,7 @@ class OrderLogic
$hookParams = [
'dispatch' => $dispatch,
'remark' => '后台取消,admin:'.$auth->nickname??0,
'remark' => '后台取消:',
];
Hook::listen('order_dispatch_change', $hookParams);