Commit a8c329e0 authored by zhuwei's avatar zhuwei

bug

parent 796e9169
......@@ -121,6 +121,7 @@ class CollectUser extends Basic
$res_total = $this->aCollectUser->getCollectListTotal($field,$get_params);
foreach($res as $k=>$v)
{
$res[$k]["user_phone"] = preg_replace('/(\d{3})\d{4}(\d{4})/', '$1****$2', $v["user_phone"]);
$label = [];
if($params["agents_id"] == $v['agent_id'])
{
......
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