跟进维护

This commit is contained in:
“wanyongkang”
2023-08-11 14:31:49 +08:00
parent 9de0a6ec36
commit d1fd20f2f9

View File

@@ -370,7 +370,7 @@ class User extends Controller
public function getRegisterList () public function getRegisterList ()
{ {
$where = ''; $where = '';
$where = "`ManagerId`=0"; $where = "`ManagerId`=0 AND `agent_id` == 0";
$user_model = new UserModel; $user_model = new UserModel;
$user_list = $user_model->getUserListPage($where, 'Id,LoginCode,CreateTime,Name,TestCountLimit,UseTestCount,ManagerId,id_code,is_verify', 'id desc', "50"); $user_list = $user_model->getUserListPage($where, 'Id,LoginCode,CreateTime,Name,TestCountLimit,UseTestCount,ManagerId,id_code,is_verify', 'id desc', "50");