|
...
|
...
|
@@ -38,7 +38,7 @@ class BTemplateModuleLogic extends BaseLogic |
|
|
|
*/
|
|
|
|
public function ModuleType($map){
|
|
|
|
$typeModel = new TemplateType();
|
|
|
|
$lists = $typeModel->list($map);
|
|
|
|
$lists = $typeModel->list($map,'sort');
|
|
|
|
return $this->success($lists);
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|