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