|
public void exportDiBuExcel(@RequestParam("ids") Long[] diBuIds ,HttpServletResponse response) {
|
|
public void exportDiBuExcel(@RequestParam("ids") Long[] diBuIds ,HttpServletResponse response) {
|
|
ExcelUtil.exportTemplate(CollUtil.newArrayList(new HashMap<>(),diBuService.selectDiBuListByIds(diBuIds)), "底布列表.xlsx","excel/底布导出模板.xlsx", response);
|
|
ExcelUtil.exportTemplate(CollUtil.newArrayList(new HashMap<>(),diBuService.selectDiBuListByIds(diBuIds)), "底布列表.xlsx","excel/底布导出模板.xlsx", response);
|