Przeglądaj źródła

高龄补贴发放导出

qin 11 miesięcy temu
rodzic
commit
c67fe677a8

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