正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -32,7 +32,7 @@ class CustomModuleCategoryController extends BaseController | @@ -32,7 +32,7 @@ class CustomModuleCategoryController extends BaseController | ||
| 32 | ]); | 32 | ]); |
| 33 | $this->map['project_id'] = $this->user['project_id']; | 33 | $this->map['project_id'] = $this->user['project_id']; |
| 34 | $this->map['status'] = 0; | 34 | $this->map['status'] = 0; |
| 35 | - $list = $customModuleCategory->list($this->map); | 35 | + $list = $customModuleCategory->list($this->map,'sort'); |
| 36 | if(!empty($list)){ | 36 | if(!empty($list)){ |
| 37 | foreach ($list as $k => $v){ | 37 | foreach ($list as $k => $v){ |
| 38 | $v['url'] = $this->user['domain'].$v['route']; | 38 | $v['url'] = $this->user['domain'].$v['route']; |
-
请 注册 或 登录 后发表评论