正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -28,7 +28,7 @@ class ProjectRoleController extends BaseController | @@ -28,7 +28,7 @@ class ProjectRoleController extends BaseController | ||
| 28 | */ | 28 | */ |
| 29 | public function lists (){ | 29 | public function lists (){ |
| 30 | $roleModel = new ProjectRoleModel(); | 30 | $roleModel = new ProjectRoleModel(); |
| 31 | - $filed = ['id','name','project_id','operator_id','status','created_at','updated_at']; | 31 | + $filed = ['id','name','type','project_id','operator_id','status','created_at','updated_at']; |
| 32 | $lists = $roleModel->lists($this->map,$this->page,$this->row,$this->order,$filed); | 32 | $lists = $roleModel->lists($this->map,$this->page,$this->row,$this->order,$filed); |
| 33 | if(!empty($lists)){ | 33 | if(!empty($lists)){ |
| 34 | foreach ($lists as $k => $v){ | 34 | foreach ($lists as $k => $v){ |
-
请 注册 或 登录 后发表评论