Merge remote-tracking branch 'origin/master' into akun
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -187,6 +187,7 @@ class ATemplateController extends BaseController | @@ -187,6 +187,7 @@ class ATemplateController extends BaseController | ||
| 187 | } | 187 | } |
| 188 | $filed = ['id','name','status','image','created_at']; | 188 | $filed = ['id','name','status','image','created_at']; |
| 189 | $this->map['test_model'] = 0; | 189 | $this->map['test_model'] = 0; |
| 190 | + $this->map['project_id'] = 0; | ||
| 190 | $lists = $aTemplateLogic->aTemplateList($this->map,$this->page,$this->row,$this->order,$filed); | 191 | $lists = $aTemplateLogic->aTemplateList($this->map,$this->page,$this->row,$this->order,$filed); |
| 191 | $data = []; | 192 | $data = []; |
| 192 | if(!empty($lists) && !empty($lists['list'])){ | 193 | if(!empty($lists) && !empty($lists['list'])){ |
-
请 注册 或 登录 后发表评论