Merge branch 'version_performance_2.0' of http://gitlab.ldxinyong.com/enterpriseManagement/lz_management into version_performance_2.0
This commit is contained in:
commit
027596e05c
@ -103,6 +103,9 @@ public class StaffRoleController {
|
||||
if(staffRoleEvaluationGroup !=null){
|
||||
staffRoleModel.setIsSelect(1);
|
||||
}
|
||||
if(new Long(0).equals(staffRole.getEvaluationGroupId())){ //如果是管理全部考评组,则设置为1
|
||||
staffRoleModel.setIsSelect(1);
|
||||
}
|
||||
if(staffRole.getDepartmentLevel().equals(RoleEnums.MASTER_PM.getName())){
|
||||
staffRoleModel.setIsSelect(1);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user