|
...
|
...
|
@@ -28,8 +28,7 @@ class ProjectRoleController extends BaseController |
|
|
|
*/
|
|
|
|
public function lists (){
|
|
|
|
$roleModel = new ProjectRoleModel();
|
|
|
|
$filed = ['id','name','type','project_id','operator_id','status','created_at','updated_at'];
|
|
|
|
$lists = $roleModel->lists($this->map,$this->page,$this->row,$this->order,$filed);
|
|
|
|
$lists = $roleModel->lists($this->map,$this->page,$this->row,$this->order);
|
|
|
|
if(!empty($lists)){
|
|
|
|
foreach ($lists as $k => $v){
|
|
|
|
if($v['type'] == 1){
|
...
|
...
|
|