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