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