|
|
$field = ['id', 'menu_name', 'icon', 'pid', 'sort', 'menu_path', 'is_show', 'header', 'is_header', 'is_show_path'];
|
|
$field = ['id', 'menu_name', 'icon', 'pid', 'sort', 'menu_path', 'is_show', 'header', 'is_header', 'is_show_path'];
|
|
|
$res = $this->search($where)->field($field)->order('sort DESC,id DESC')->failException(false)->select();
|
|
$res = $this->search($where)->field($field)->order('sort DESC,id DESC')->failException(false)->select();
|