Commit dbdf2b85 authored by hujun's avatar hujun

null

parent 90fd72a4
...@@ -143,10 +143,12 @@ class CellPhone extends Basic ...@@ -143,10 +143,12 @@ class CellPhone extends Basic
// $result[$k]['content'] = $m_phone_follow->getUserFollowKey('content', $where_follow, 'id DESC'); // $result[$k]['content'] = $m_phone_follow->getUserFollowKey('content', $where_follow, 'id DESC');
// } // }
break; break;
case 1 : case 1 :
$landlord_data = $m_landlord->getInfo('name,phone', ['id'=>$v['users_id'],'status'=>0]); $landlord_data = $m_landlord->getInfo('name,phone', ['id'=>$v['users_id'],'status'=>0]);
$list[$k]['user_name'] = $landlord_data['name'] .'-'. substr_replace($landlord_data['phone'],'****',3,4); $list[$k]['user_name'] = $landlord_data['name'] .'-'. substr_replace($landlord_data['phone'],'****',3,4);
break; break;
case 2 : case 2 :
$landlord_office = $m_landlord_office->getAllList('name,phone',['id'=>$v['users_id']]); $landlord_office = $m_landlord_office->getAllList('name,phone',['id'=>$v['users_id']]);
$list[$k]['user_name'] = $landlord_office[0]['name'] .'-'. substr_replace($landlord_office[0]['phone'],'****',3,4); $list[$k]['user_name'] = $landlord_office[0]['name'] .'-'. substr_replace($landlord_office[0]['phone'],'****',3,4);
......
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