|
...
|
...
|
@@ -106,7 +106,9 @@ class ProjectDeptController extends BaseController |
|
|
|
if(isset($this->map['dept_id'])){
|
|
|
|
$query = $query->where('gl_project_dept_user.dept_id',$this->map['dept_id']);
|
|
|
|
}
|
|
|
|
$query = $query->where('gl_project_user.project_id',$this->manage['project_id']);
|
|
|
|
if(isset($this->map['project_id'])){
|
|
|
|
$query = $query->where('gl_project_user.project_id',$this->map['project_id']);
|
|
|
|
}
|
|
|
|
return $query;
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|