Merge pull request '人员卡片' (#11) from feature/dxf into develop
Reviewed-on: http://221.226.25.34:3000/liang.cheng/weaver-hrm-organization/pulls/11
This commit is contained in:
commit
cb5235a16c
|
|
@ -84,8 +84,8 @@ public class HrmPersonnelCardServiceImpl extends Service implements HrmPersonnel
|
|||
List<ExtendGroupPO> extendGroupList = getExtendGroupMapper().listByType(4, IS_SHOW);
|
||||
// 获取前三个模块的信息
|
||||
List<FormItem> formItemList = new ArrayList<>();
|
||||
for (int i = 0; i < (Math.min(extendGroupList.size(), 3)); i++) {
|
||||
FormItem formItem = getFormItem(extendGroupList.get(i), uId);
|
||||
for (ExtendGroupPO groupPO : extendGroupList) {
|
||||
FormItem formItem = getFormItem(groupPO, uId);
|
||||
formItemList.add(formItem);
|
||||
}
|
||||
// 所有锚点
|
||||
|
|
|
|||
Loading…
Reference in New Issue