跟进维护

This commit is contained in:
“wanyongkang”
2023-08-10 17:54:28 +08:00
parent dcf0a909f6
commit 0428e1d692

View File

@@ -372,7 +372,7 @@ class User extends Controller
public function getRegisterList () public function getRegisterList ()
{ {
$where = ''; $where = '';
$where = "`ManagerId` IS NULL"; $where = "`ManagerId`=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");