作者 lyh
@@ -185,6 +185,7 @@ class ATemplateController extends BaseController @@ -185,6 +185,7 @@ class ATemplateController extends BaseController
185 $this->response('非法请求',Code::SYSTEM_ERROR, []); 185 $this->response('非法请求',Code::SYSTEM_ERROR, []);
186 } 186 }
187 $filed = ['id','name','status','image','created_at']; 187 $filed = ['id','name','status','image','created_at'];
  188 + $this->map['test_model'] = 0;
188 $lists = $aTemplateLogic->aTemplateList($this->map,$this->page,$this->row,$this->order,$filed); 189 $lists = $aTemplateLogic->aTemplateList($this->map,$this->page,$this->row,$this->order,$filed);
189 $data = []; 190 $data = [];
190 if(!empty($lists) && !empty($lists['list'])){ 191 if(!empty($lists) && !empty($lists['list'])){