Commit 0a7126ec authored by hujun's avatar hujun

1

parent 437f445c
...@@ -249,7 +249,7 @@ class Member extends Basic{ ...@@ -249,7 +249,7 @@ class Member extends Basic{
$where['a.first_login_time'] = ['between time', [$params['first_login_start'] . ' 00:00:00', $where['a.first_login_time'] = $params['first_login_end'] . ' 23:59:59']]; $where['a.first_login_time'] = ['between time', [$params['first_login_start'] . ' 00:00:00', $where['a.first_login_time'] = $params['first_login_end'] . ' 23:59:59']];
} }
if (!empty($params['vip'])) { if (isset($params['vip'])) {
if ($params['vip'] == 1) { if ($params['vip'] == 1) {
$where['a.vip'] = 1; $where['a.vip'] = 1;
} else { } else {
......
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