| | |
| | | //根据查询条件得到所有设备 |
| | | List<EquipmentVO> pages = null; |
| | | |
| | | List<Map<String, Object>> treedatas = catalogService.selectCatalogEqNUmber(); |
| | | List<Map<String, Object>> treedatas = catalogService.selectCatalogEqNUmber(null); |
| | | //根据传入的id递归出该节点下所有的设备 |
| | | List<Map<String, Object>> childList = treeMenuList(treedatas, Integer.parseInt(pid)); |
| | | |
| | |
| | | //根据查询条件得到所有设备 |
| | | List<EquipmentVO> pages = null; |
| | | |
| | | List<Map<String, Object>> treedatas = catalogService.selectCatalogEqNUmber(); |
| | | List<Map<String, Object>> treedatas = catalogService.selectCatalogEqNUmber(null); |
| | | //根据传入的id递归出该节点下所有的设备 |
| | | List<Map<String, Object>> childList = treeMenuList(treedatas, Integer.parseInt(pid)); |
| | | |