| | |
| | | list = zfAncestorService.selectByCondition(zfAncestor); |
| | | // log.info("导出记录为:{}", list); |
| | | ExcelUtil<AncestorClan> util = new ExcelUtil<>(AncestorClan.class); |
| | | util.exportExcel(response, list, "家庭大事件记录数据"); |
| | | util.exportExcel(response, list, "祖先记录数据"); |
| | | |
| | | } |
| | | /** |
| | |
| | | List<AncestorClan> list = zfAncestorService.selectByIds(ids); |
| | | // log.info("导出记录为:{}",list); |
| | | ExcelUtil<AncestorClan> util = new ExcelUtil<>(AncestorClan.class); |
| | | util.exportExcel(response, list, "保洁收纳记录数据"); |
| | | util.exportExcel(response, list, "祖先记录数据"); |
| | | } |
| | | |
| | | |