mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Menu.php
This commit is contained in:
parent
2b056a316f
commit
0466a93f6f
@ -48,8 +48,7 @@ class Menu extends Controller
|
||||
{
|
||||
$this->title = '系统菜单管理';
|
||||
$this->type = input('type', 'index');
|
||||
$query = $this->_query($this->table);
|
||||
$query->order('sort desc,id asc')->page(false, true);
|
||||
$this->_query($this->table)->order('sort desc,id asc')->page(false, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user