|
|
|
@@ -314,7 +314,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
excelService.exportCsv(list, null, filename, WxCouponOrderBVo.class, filename + ".xlsx", response, false); |
|
|
|
excelService.exportCsv(list, null, filename, WxCouponOrderBVo.class, filename + ".csv", response, false); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
|