Commit a0eb79d7 by gaowenzheng

电子发票

parent 8fe09950
......@@ -278,6 +278,7 @@ public class OrderCallBackMQService {
wechatReportOrderDto.setUserAmount(userAmount > 0 ? userAmount : orderInfoReqs.getSettlementAmount().intValue());
wechatReportOrderDto.setOutOrderNo(orderInfoReqs.getOrderCode());
wechatReportOrderDto.setTransactionId(orderExtInfoDto.getPaid_no());
wechatReportOrderDto.setOrderDetailPath(orderExtInfoDto.getOrderDetailPath());
wechatReportOrderDto.setOutTradeNo(orderExtInfoDto.getPayTransId());
// 计算优惠金额
......
......@@ -102,4 +102,9 @@ public class OrderExtInfoDto {
* 扫呗商户号 新支付服务做中转使用
*/
private String terminalId;
/**
* 订单详情页地址
*/
private String orderDetailPath;
}
......@@ -115,7 +115,10 @@ public class WechatReportOrderDto {
private String ticketNo;
//订单修改时间
private Long gmtModified;
/**
* 订单详情页地址
*/
private String orderDetailPath;
private List<AccountBean> accountList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment