@@ -96,6 +96,7 @@ public class UserProfileController {
// 查询瑞都下所有部门
Set<Long> childDeptIds = deptService.getChildDeptIdListFromCache(163l);
childDeptIds.add(163l);
+ childDeptIds.add(156l);
// 添加瑞恒日报 填报 审批 标识
Set<Long> rhChildDeptIds = deptService.getChildDeptIdListFromCache(157l);