Commit d23ef1e3 authored by zhuwei's avatar zhuwei

商铺上传人电话

parent 40e77ec4
...@@ -649,9 +649,9 @@ class Shop extends Basic ...@@ -649,9 +649,9 @@ class Shop extends Basic
$m_agent = new AAgents(); $m_agent = new AAgents();
$upload_data = $m_agent->getAgentById('name,phone', ['agent_id' => $result['upload_id']]); $upload_data = $m_agent->getAgentById('name,phone', ['agent_id' => $result['upload_id']]);
$result['upload_user'] = $upload_data[0]['name'] . '-' . $upload_data[0]['phone']; $result['upload_user'] = $upload_data[0]['name'] . '-' . $upload_data[0]['phone'];
$result['upload_user_phone'] = $upload_data[0]['phone'];
//独家方 //独家方
if ($result['is_exclusive_type'] == 1) { if ($result['is_exclusive_type'] == 1) {
$m_house_agent = new GHousesToAgents(); $m_house_agent = new GHousesToAgents();
$where_house['is_del'] = 0; $where_house['is_del'] = 0;
......
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