|
...
|
...
|
@@ -32,7 +32,7 @@ class CustomModuleCategoryController extends BaseController |
|
|
|
]);
|
|
|
|
$this->map['project_id'] = $this->user['project_id'];
|
|
|
|
$this->map['status'] = 0;
|
|
|
|
$list = $customModuleCategory->list($this->map);
|
|
|
|
$list = $customModuleCategory->list($this->map,'sort');
|
|
|
|
if(!empty($list)){
|
|
|
|
foreach ($list as $k => $v){
|
|
|
|
$v['url'] = $this->user['domain'].$v['route'];
|
...
|
...
|
|