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