完成订单重构
This commit is contained in:
parent
a03f58bbc9
commit
ad4ea19122
|
|
@ -152,8 +152,8 @@ class Auditorder extends Backend
|
||||||
Message::create([
|
Message::create([
|
||||||
'to_id' => $row->dispatch_admin_id,
|
'to_id' => $row->dispatch_admin_id,
|
||||||
'type' => 1,
|
'type' => 1,
|
||||||
'title' => '订单'.$row->order_no.'财务审核未通过,请重新配置',
|
'title' => '订单结算审核未通过',
|
||||||
'content' => '订单编号:'.$row->order_no.',审核说明:'.$params['audit_remark'].',审核人:'.$this->auth->nickname
|
'content' => '【订单结算未通过】订单编号:'.$row->order_no.',审核说明:'.$params['audit_remark'].',审核人:'.$this->auth->nickname
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,8 +38,8 @@ class CheckOrdeRecordCommand extends Command
|
||||||
Message::create([
|
Message::create([
|
||||||
'to_id' => $dispatch->admin_id,
|
'to_id' => $dispatch->admin_id,
|
||||||
'type' => 1,
|
'type' => 1,
|
||||||
'title' => '派单任务跟进提醒',
|
'title' => '派单任务跟进提示',
|
||||||
'content' => '您有一条待跟进订单,订单编号:'.$dispatch->orderb->order_no.',请及时关注。'
|
'content' => '【订单跟进提示】您有一条待跟进订单,订单编号:'.$dispatch->orderb->order_no.',请及时关注。'
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user