mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update User.php
This commit is contained in:
parent
6b7e36af74
commit
f0bdaf1a50
@ -31,7 +31,6 @@ class User extends Controller
|
||||
$this->title = '普通用户管理';
|
||||
$query = $this->_query($this->table);
|
||||
$query->like('phone,username|nickname#username');
|
||||
$query->whereRaw('nickname != "" or username != ""');
|
||||
$query->order('id desc')->equal('status')->dateBetween('create_at')->page();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user