Commit 60555568 authored by zhangsen's avatar zhangsen

巡检模块代码物理合并5

parent fa31f15f
......@@ -2861,7 +2861,7 @@ public class OrgUsrServiceImpl extends BaseService<OrgUsrDto, OrgUsr, OrgUsrMapp
Map<String, Object> param = new HashMap<>();
// 权限处理
PermissionInterceptorContext.setDataAuthRule(authKey);
param.put("bizOrgCode", reginParams.getPersonIdentity().getCompanyBizOrgCode());
param.put("bizOrgCode", StringUtils.isEmpty(reginParams.getPersonIdentity().getCompanyBizOrgCode()) ? reginParams.getPersonIdentity().getBizOrgCode() : reginParams.getPersonIdentity().getCompanyBizOrgCode());
List<OrgUsr> list = orgUsrMapper.companyDeptListWithPersonCount(param);
return buildTreeParallel(list);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment