Commit 1bf3c714 by 周晓航

新增支付宝渠道订单核销券的字段维护

parent 58bdfd4e
...@@ -821,6 +821,9 @@ public class CouponAdapter { ...@@ -821,6 +821,9 @@ public class CouponAdapter {
List<CouponCodeVerificationTransDto> transactions = this.getTransactions(orderBean, couponCodeVerificationDto); List<CouponCodeVerificationTransDto> transactions = this.getTransactions(orderBean, couponCodeVerificationDto);
couponCodeVerificationDto.setTransactions(transactions); couponCodeVerificationDto.setTransactions(transactions);
couponCodeVerificationDto.setTradeNo(orderBean.getThirdPartTradeNo());
String couponChannel = CouponTradeChannelEnum.getCouponChannel(orderBean.getOrderClient());
couponCodeVerificationDto.setTradeChannel(couponChannel);
return couponCodeVerificationDto; return couponCodeVerificationDto;
} }
......
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