跟进维护
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user