作者 lyh

gx

@@ -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){