正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -22,6 +22,8 @@ class CustomTemplateLogic extends BaseLogic | @@ -22,6 +22,8 @@ class CustomTemplateLogic extends BaseLogic | ||
| 22 | * @time :2023/6/29 15:46 | 22 | * @time :2023/6/29 15:46 |
| 23 | */ | 23 | */ |
| 24 | public function customTemplateLists($map,$page,$row,$order = 'created_at',$filed = ['*']){ | 24 | public function customTemplateLists($map,$page,$row,$order = 'created_at',$filed = ['*']){ |
| 25 | + $map['status'] = 0; | ||
| 26 | + $map['deleted_status'] = 0; | ||
| 25 | $lists = $this->model->lists($map,$page,$row,$order,$filed); | 27 | $lists = $this->model->lists($map,$page,$row,$order,$filed); |
| 26 | return $this->success($lists); | 28 | return $this->success($lists); |
| 27 | } | 29 | } |
-
请 注册 或 登录 后发表评论