Commit 9fd073d3 authored by 周健威's avatar 周健威

修改代码

parent 1b0b3270
......@@ -57,9 +57,6 @@ public class DataMenuBiz extends BaseBiz<DataMenuMapper,DataMenu> {
BeanUtils.copyProperties(imageMenu, node);
node.setLabel(imageMenu.getTitle());
node.setDataNum(imageMenu.getDataNum());
node.setElements(gainDataBiz.selectAll(new GainData(){{
setMenuId(imageMenu.getId());
}}));
if (node.getChildren() == null) {
node.setChildren(new ArrayList<>());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment