作者 赵彬吉

update

@@ -185,7 +185,7 @@ class ATemplateController extends BaseController @@ -185,7 +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'] = 1; 188 + $this->map['test_model'] = 0;
189 $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);
190 $data = []; 190 $data = [];
191 if(!empty($lists) && !empty($lists['list'])){ 191 if(!empty($lists) && !empty($lists['list'])){