作者 lyh

gx

@@ -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 }