mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-26 03:16:36 +08:00
Update Upgrade.php
This commit is contained in:
parent
e057e6ba24
commit
7f3e0d9c52
@ -24,7 +24,7 @@ class Upgrade extends Controller
|
|||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
$this->title = '用户等级管理';
|
$this->title = '用户等级管理';
|
||||||
BaseUserUpgrade::mQuery()->equal('status')->like('name')->dateBetween('create_at')->layTable();
|
BaseUserUpgrade::mQuery()->like('name')->equal('status')->dateBetween('create_at')->layTable();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user