瀏覽代碼

高龄补贴发放导出

qin 11 月之前
父節點
當前提交
c67fe677a8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/poteviohealth/cgp/statistics/controller/OrderController.java

+ 1 - 1
src/main/java/com/poteviohealth/cgp/statistics/controller/OrderController.java

@@ -224,7 +224,7 @@ public class OrderController extends BaseWebController {
                 String templateLocation = "classpath:excel/goldSendBank.xlsx";
                 String filename = "";
                 Map<String, Object> data = Maps.newHashMap();
-                List<GoldSendExcelDTO> list = orderService.excelGoldSendList(page);
+                List<GoldSendBankExcelDTO> list = orderService.excelGoldSendBankList(page);
                 ExcelUtils2.easyDownload(templateLocation,data , list, filename, resp);
             }else{
                 throw new BusinessException(error);