Commit 942f384a authored by hujun's avatar hujun

6

parent 134f2925
...@@ -610,7 +610,8 @@ class PushMessageService ...@@ -610,7 +610,8 @@ class PushMessageService
public function recordApplyForFeCheck($agent_id, $operation_id) public function recordApplyForFeCheck($agent_id, $operation_id)
{ {
$record_data['message'] = '你有费用报销通过审核通过!'; $record_data['message'] = '你有费用报销通过审核通过!';
$this->record(6, 0, [$agent_id], $operation_id, $record_data); $record_data['title'] = '报销通过审核通过';
$this->recordCheck(6, [$agent_id], $operation_id, $record_data);
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment