后台资产展示代码
parent
02a0207a3c
commit
e194d73c1d
|
@ -41,6 +41,6 @@ public class ChildrenServiceImpl extends ServiceImpl<ChildrenMapper, Children> i
|
||||||
TableInfoRep tableInfoRep =children.tableInfoRep(children);
|
TableInfoRep tableInfoRep =children.tableInfoRep(children);
|
||||||
tableInfoRepList.add(tableInfoRep);
|
tableInfoRepList.add(tableInfoRep);
|
||||||
}
|
}
|
||||||
return null;
|
return tableInfoRepList;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue