|
|
|
@ -2,6 +2,7 @@ package com.engine.organization.service.impl;
|
|
|
|
|
|
|
|
|
|
import com.engine.common.service.HrmCommonService;
|
|
|
|
|
import com.engine.common.service.impl.HrmCommonServiceImpl;
|
|
|
|
|
import com.engine.common.util.ServiceUtil;
|
|
|
|
|
import com.engine.core.impl.Service;
|
|
|
|
|
import com.engine.organization.entity.extend.ExtendInfoOperateType;
|
|
|
|
|
import com.engine.organization.entity.extend.bo.ExtendGroupBO;
|
|
|
|
@ -106,7 +107,12 @@ public class HrmPersonnelCardServiceImpl extends Service implements HrmPersonnel
|
|
|
|
|
if (CollectionUtils.isEmpty(formItem.getItems())) {
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
// 处理明细表数据
|
|
|
|
|
List<Map<String, Object>> detailList = ServiceUtil.getService(ExtServiceImpl.class, user).getExtendTables(user, "4", groupPO.getId(), "JCL_ORG_HRMRESOURCEEXT_DT1", uId, 1, false);
|
|
|
|
|
formItem.setDetails(detailList);
|
|
|
|
|
|
|
|
|
|
formItemList.add(formItem);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
// 所有锚点
|
|
|
|
|
List<Anchor> anchorList = new ArrayList<>();
|
|
|
|
|