mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-24 10:22:32 +08:00
Update UserUpgrade.php
This commit is contained in:
parent
505100c3ae
commit
4c9195955c
@ -29,7 +29,8 @@ class UserUpgrade extends Controller
|
|||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
$this->title = '用户等级管理';
|
$this->title = '用户等级管理';
|
||||||
$this->_query($this->table)->order('number asc')->page();
|
$query = $this->_query($this->table);
|
||||||
|
$query->where(['deleted' => 0])->order('number asc')->page();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user