|
...
|
...
|
@@ -30,7 +30,7 @@ class NavController extends BaseController |
|
|
|
*/
|
|
|
|
public function index(BNav $nav){
|
|
|
|
$this->map['project_id'] = $this->user['project_id'];
|
|
|
|
$lists = $nav->list($this->map,$this->order = ['sort','id']);
|
|
|
|
$lists = $nav->list($this->map,$this->order = ['sort','id'],['*'],'asc');
|
|
|
|
$data = array();
|
|
|
|
if(!empty($lists)){
|
|
|
|
foreach ($lists as $v){
|
...
|
...
|
|