|
@@ -206,7 +206,7 @@ public class StaffServiceImpl extends ServiceImpl<StaffMapper, Staff> implements
|
|
chargeRequest.setCurrent(i);
|
|
chargeRequest.setCurrent(i);
|
|
chargeRequest.setSize(30);
|
|
chargeRequest.setSize(30);
|
|
CommonPage<ChargeAndDishVO> page = this.collectByMonth(chargeRequest);
|
|
CommonPage<ChargeAndDishVO> page = this.collectByMonth(chargeRequest);
|
|
- return Collections.singletonList(page.getRecords());
|
|
|
|
|
|
+ return new ArrayList<>(page.getRecords());
|
|
},null);
|
|
},null);
|
|
if (null != workbook) {
|
|
if (null != workbook) {
|
|
String fileName = String.format("%s.xls", "充值消费记录统计");
|
|
String fileName = String.format("%s.xls", "充值消费记录统计");
|