|
|
@@ -355,8 +355,8 @@ public class CwjsPolicyInfoController {
|
|
|
}else if("CompanyManager".equalsIgnoreCase(roleCode)){
|
|
|
//自己所属区域
|
|
|
//查询 用户 所属区域 公司主题id
|
|
|
- Integer subjectId = cwjsPolicyInfoService.getCompanySubjectByUserId(userId);
|
|
|
- cwjsPolicyInfo.setCompanySubjectId(subjectId);
|
|
|
+ List<Integer> subjectId = cwjsPolicyInfoService.getCompanySubjectByUserId(userId);
|
|
|
+ cwjsPolicyInfo.setCompanySubjectIds(subjectId);
|
|
|
|
|
|
//法务
|
|
|
}else if("legalAffairs".equalsIgnoreCase(roleCode)){
|
|
|
@@ -439,6 +439,8 @@ public class CwjsPolicyInfoController {
|
|
|
if (Check.isNull(autoConveryList)){
|
|
|
cwjsPolicy.setTheBossRight("yes");
|
|
|
}
|
|
|
+ }else {
|
|
|
+ cwjsPolicy.setTheBossRight("yes");
|
|
|
}
|
|
|
}
|
|
|
}
|