sth
This commit is contained in:
parent
95bd51b5d8
commit
713895c9c3
|
|
@ -145,7 +145,7 @@ class OrderLogic
|
||||||
}
|
}
|
||||||
$hookParams = [
|
$hookParams = [
|
||||||
'dispatch' => $dispatch,
|
'dispatch' => $dispatch,
|
||||||
'remark' => '后台取消,操作说明:'.$remark?:'无'
|
'remark' => '取消任务,说明:'.$remark?:'无'
|
||||||
];
|
];
|
||||||
Hook::listen('order_dispatch_change', $hookParams);
|
Hook::listen('order_dispatch_change', $hookParams);
|
||||||
|
|
||||||
|
|
@ -165,7 +165,7 @@ class OrderLogic
|
||||||
$params['auth'] = $auth2;
|
$params['auth'] = $auth2;
|
||||||
$params['remark'] = '取消任务';
|
$params['remark'] = '取消任务';
|
||||||
if (!empty($remark)) {
|
if (!empty($remark)) {
|
||||||
$params['remark'] .= ',备注:' . $remark;
|
$params['remark'] .= ',说明:' . $remark;
|
||||||
}
|
}
|
||||||
Hook::listen('order_change', $params);
|
Hook::listen('order_change', $params);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user