作者 赵彬吉

update

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