Commit eae38f3a authored by hujun's avatar hujun

操作人id

parent f8c00dda
...@@ -44,7 +44,7 @@ class PushClientService ...@@ -44,7 +44,7 @@ class PushClientService
if (empty($message)) { if (empty($message)) {
$m_agent = new AAgents(); $m_agent = new AAgents();
$name = $m_agent->getAgentsById(58, 'name'); $name = $m_agent->getAgentsById($operation_id, 'name');
$message = '同联商业邀请您评价经纪人'.$name.'对商铺的带看服务'; $message = '同联商业邀请您评价经纪人'.$name.'对商铺的带看服务';
} }
$data['message'] = $message; $data['message'] = $message;
......
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