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