正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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'])){ |
-
请 注册 或 登录 后发表评论