后台资产展示代码

master
冷调 2024-08-27 18:37:00 +08:00
parent 02a0207a3c
commit e194d73c1d
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@ public class ChildrenServiceImpl extends ServiceImpl<ChildrenMapper, Children> i
TableInfoRep tableInfoRep =children.tableInfoRep(children);
tableInfoRepList.add(tableInfoRep);
}
return null;
return tableInfoRepList;
}
}