自定义表头

This commit is contained in:
zhn
2023-01-09 11:49:46 +08:00
parent 75df08798e
commit dba8529941
@@ -239,7 +239,7 @@ public class HeadCustomEOServiceImpl extends ServiceImpl<HeadCustomEOMapper, Hea
headCustomVOTwoList.add(headCustomVOTemp);
}
if(ObjectUtils.isNotEmpty(headCustomVOTwoList)){
headCustomVO.setChild(headCustomVOTwoList);
headCustomVO.setChildren(headCustomVOTwoList);
}
}
getHeadCustomVO(cut, headCustomEO,headCustomVO);