This commit is contained in:
xman 2025-07-11 10:53:27 +08:00
parent c53ba7399c
commit dd319c583a

View File

@ -163,7 +163,7 @@ class Auditorder extends Backend
$hookParams['order'] = $row;
$hookParams['role'] = 1;
$hookParams['auth'] = $this->auth;
$hookParams['remark'] = $txt.'审核备注:'.$params['audit_remark'];
$hookParams['remark'] = $txt.'审核备注:'.$params['audit_remark'];
Hook::listen('order_change',$hookParams);
if($params['status'] == Order::STATUS_CHECKONCE){