Commit 8874329e authored by hujun's avatar hujun

客户列表搜索条件

parent 0aad88c4
...@@ -128,9 +128,9 @@ class Member extends Basic{ ...@@ -128,9 +128,9 @@ class Member extends Basic{
//是否登录过 //是否登录过
if (!empty($params['login_status']) && $params['login_status'] != -1) { if (!empty($params['login_status']) && $params['login_status'] != -1) {
if ($params['login_status'] == 1) { if ($params['login_status'] == 1) {
$where['a.last_login_ip'] = ['NOT NULL']; $where['a.first_login_time'] = ['NOT NULL'];
} else { } else {
$where['a.last_login_ip'] = ['NULL']; $where['a.first_login_time'] = ['NULL'];
} }
} }
......
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