|
|
|
@@ -105,8 +105,8 @@ public class NeuPosAdminController extends BaseController { |
|
|
|
example.setOrgId(24); |
|
|
|
PageInfo<Map> maplist = neuPosOrderService.queryShopPayOrderList(example,1,10000); |
|
|
|
if (null != maplist && null != maplist.getList()) { |
|
|
|
neuPosOrderService.exportData(maplist.getList(),new String[] {"商户","消费金额","折扣金额","消费笔数","退款金额","退款笔数","实收金额"}, |
|
|
|
new String[] {"shopName","payAmount","discountAmount","payCount","refundAmount","refundCount","amount"},"商户pos交易汇总",new NeuPosSumDataBVo(), request, response); |
|
|
|
neuPosOrderService.exportData(maplist.getList(),new String[] {"门店","消费金额","折扣金额","消费笔数","退款金额","退款笔数","实收金额"}, |
|
|
|
new String[] {"shopName","payAmount","discountAmount","payCount","refundAmount","refundCount","amount"},"门店pos交易汇总",new NeuPosSumDataBVo(), request, response); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|