|
|
$list['total'] = $userModel::where('parent_id', $this->auth->id)->count();
|
|
$list['total'] = $userModel::where('parent_id', $this->auth->id)->count();
|
|
|
$list['data'] = $userModel::where('parent_id', $this->auth->id)
|
|
$list['data'] = $userModel::where('parent_id', $this->auth->id)
|
|
|
->field("address,create_time,nickname,is_super,direct_super,REPLACE(phone, SUBSTRING(phone, 4, 4), '****') as phone")
|
|
->field("address,create_time,nickname,is_super,direct_super,REPLACE(phone, SUBSTRING(phone, 4, 4), '****') as phone")
|