소스 검색

高龄补贴发放导出

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);