人员简历模板优化

This commit is contained in:
dxfeng 2023-01-03 10:32:11 +08:00
parent 395d93067a
commit bccae91e75
1 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,9 @@ public class PersonnelResumeServiceImpl extends Service implements PersonnelResu
List<HrmFamilyInfoPO> hrmFamilyInfoByUser = getHrmResourceMapper().getHrmFamilyInfoByUser(uId);
if (CollectionUtils.isEmpty(hrmFamilyInfoByUser)) {
hrmFamilyInfoByUser.add(new HrmFamilyInfoPO());
}
List<List<PersonnelResumeColumn>> objects = new ArrayList<>();
for (HrmFamilyInfoPO hrmFamilyInfoPO : hrmFamilyInfoByUser) {
List<PersonnelResumeColumn> familyInfoDatas = new ArrayList<>();