作者 lyh

gx

@@ -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);