Commit e10edff4 by 张跃

openid添加

parent f19b1836
...@@ -3682,6 +3682,7 @@ public class OrderSdkAdapter { ...@@ -3682,6 +3682,7 @@ public class OrderSdkAdapter {
List<TransactionVO> transactions = new ArrayList<>(); List<TransactionVO> transactions = new ArrayList<>();
TransactionVO couponCodeVerificationTransDto = new TransactionVO(); TransactionVO couponCodeVerificationTransDto = new TransactionVO();
couponCodeVerificationTransDto.setCode(accountBean.getAccountId()); couponCodeVerificationTransDto.setCode(accountBean.getAccountId());
couponCodeVerificationTransDto.setOpenId(openId);
Integer discountPrice = accountBean.getPrice().intValue(); Integer discountPrice = accountBean.getPrice().intValue();
if (discountPrice != null && discountPrice < 0) { if (discountPrice != null && discountPrice < 0) {
discountPrice = 0 - discountPrice; discountPrice = 0 - discountPrice;
......
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