Commit 5e3d459e authored by zhuwei's avatar zhuwei

更新

parent 33298b79
......@@ -172,13 +172,12 @@ class User extends Basic
}
}
}
//dump($app_request_source_type);exit;
/*if (!$is_search) {
$conditions['user_label'] = array( "neq", 2 );
}*/
//dump($conditions);
$userList = $this->userModel->selectUserList($field, $conditions, $pageNo, $pageSize, "id desc");
//dump($userList);
if (empty($userList)) {
return $this->response("200", "此条件没有找到数据");
}
......
......@@ -310,7 +310,6 @@ class Member extends Basic{
try {
$data_list = $this->user->getUserAgent($pageNo, $pageSize, 'a.id DESC', $fields, $where, $type,$this->siteId);
$clientService = new ClientService();
$list = [];
foreach ($data_list as $k=>$v) {
$data_list[$k]['user_phone'] = hide_customer_phone($data_list[$k]['user_phone']);
......
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