futian.liu
2023-12-13 726a0dae13c9166ba31e4d504440334c8db26fd5
consum-base/src/main/java/com/consum/base/controller/LWhFormTransferController.java
@@ -322,7 +322,8 @@
        map.put("totalAmount", totalAmount);
        Workbook workbook = ExcelExportUtil.exportExcel(params, TransferExcelTemplate.class, export, map);
        return ResponseValue.success(downLoadExcel(fileName, response, workbook));
        String filePath = downLoadExcel(fileName, response, workbook);
        return ResponseValue.success("导出成功", filePath);
    }