|
...
|
...
|
@@ -30,7 +30,6 @@ class ATemplateModuleLogic extends BaseLogic |
|
|
|
*/
|
|
|
|
public function aTemplateModuleLists($map,$page,$row,$order = 'created_at',$filed = ['*']){
|
|
|
|
$map['deleted_status'] = 0;
|
|
|
|
$map['status'] = 0;
|
|
|
|
$lists = $this->model->lists($map,$page,$row,$order,$filed);
|
|
|
|
return $this->success($lists);
|
|
|
|
}
|
...
|
...
|
|