Commit 0e6bc7da by zhiheng.zhang

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

parents 279e6e7a 92a8c2e2
......@@ -3003,6 +3003,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