Commit 92a8c2e2 by zhiheng.zhang

订单服务配合券码添加商户号

parent 061118c3
......@@ -3095,6 +3095,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