mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-07-16 20:23:52 +08:00
commit
2e3ab75980
@ -42,7 +42,7 @@ class User extends Controller
|
||||
public function index()
|
||||
{
|
||||
$this->title = '系统用户管理';
|
||||
$query = $this->_query($this->table)->like('username,phone,mail');
|
||||
$query = $this->_query($this->table)->like('username,contact_phone#phone,contact_mail#mail');
|
||||
$query->equal('status')->dateBetween('login_at,create_at');
|
||||
// 加载对应数据列表
|
||||
$this->type = input('type', 'all');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user