【7.4.0】【org】获取当前用户公司id,如果参数为空,返回空

dev-7.4.0-sync
fengshuonan 2023-04-18 10:38:57 +08:00
parent 00153992f8
commit 510e0db474
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ public class HrOrganizationServiceImpl extends ServiceImpl<HrOrganizationMapper,
// 如果组织机构id是空则直接返回
if (ObjectUtil.isEmpty(orgId)) {
return new HrOrganizationDTO();
return null;
}
// 获取参数公司的信息