Update Menu.php

This commit is contained in:
邹景立 2021-06-28 18:16:52 +08:00
parent 2b056a316f
commit 0466a93f6f

View File

@ -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);
}
/**