mirror of https://gitee.com/stylefeng/roses
【7.4.0】【org】获取当前用户公司id,如果参数为空,返回空
parent
00153992f8
commit
510e0db474
|
@ -503,7 +503,7 @@ public class HrOrganizationServiceImpl extends ServiceImpl<HrOrganizationMapper,
|
|||
|
||||
// 如果组织机构id是空,则直接返回
|
||||
if (ObjectUtil.isEmpty(orgId)) {
|
||||
return new HrOrganizationDTO();
|
||||
return null;
|
||||
}
|
||||
|
||||
// 获取参数公司的信息
|
||||
|
|
Loading…
Reference in New Issue