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