Commit 8f8f7aa8 by zhiheng.zhang

Merge branch 'feature/2020/08/06-1.9.34-劵锁定与解锁-张志恒' into qa

parents db906365 92a8c2e2
......@@ -3111,6 +3111,7 @@ public class OrderSdkAdapter {
CreateOrderAccountRequest accountBean = accountRequest.get();
CouponLockRequest couponLockRequest = new CouponLockRequest();
// 订单号 替换成唯一序号
couponLockRequest.setPartnerId(orderBean.getCompanyId());
couponLockRequest.setOrderId(orderBean.getOid());
couponLockRequest.setCouponCode(accountBean.getAccountId());
return couponLockRequest;
......
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