正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -30,7 +30,6 @@ class ATemplateModuleLogic extends BaseLogic | @@ -30,7 +30,6 @@ class ATemplateModuleLogic extends BaseLogic | ||
| 30 | */ | 30 | */ |
| 31 | public function aTemplateModuleLists($map,$page,$row,$order = 'created_at',$filed = ['*']){ | 31 | public function aTemplateModuleLists($map,$page,$row,$order = 'created_at',$filed = ['*']){ |
| 32 | $map['deleted_status'] = 0; | 32 | $map['deleted_status'] = 0; |
| 33 | - $map['status'] = 0; | ||
| 34 | $lists = $this->model->lists($map,$page,$row,$order,$filed); | 33 | $lists = $this->model->lists($map,$page,$row,$order,$filed); |
| 35 | return $this->success($lists); | 34 | return $this->success($lists); |
| 36 | } | 35 | } |
-
请 注册 或 登录 后发表评论