Commit 82931a21 by 周晓航

注释老sdk无效代码 合并master就好了

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 6b9c2861
...@@ -3602,7 +3602,7 @@ public class OrderSdkAdapter { ...@@ -3602,7 +3602,7 @@ public class OrderSdkAdapter {
// 订单号 替换成唯一序号 // 订单号 替换成唯一序号
couponLockRequest.setPartnerId(orderBean.getCompanyId()); couponLockRequest.setPartnerId(orderBean.getCompanyId());
couponLockRequest.setOrderId(orderBean.getOid()); couponLockRequest.setOrderId(orderBean.getOid());
couponLockRequest.setCouponCode(accountBean.getAccountId()); //couponLockRequest.setCouponCode(accountBean.getAccountId());
return couponLockRequest; 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