Commit e2e6361e by 徐康

Merge branch 'feature/20201021_万能券展示问题_xukang' into qa

parents afdf76d5 3cb86727
...@@ -930,7 +930,7 @@ public class OrderSdkAdapter { ...@@ -930,7 +930,7 @@ public class OrderSdkAdapter {
productDiscount.setDiscountAmount(orderSettlementResp.getShopDiscountAmount()); productDiscount.setDiscountAmount(orderSettlementResp.getShopDiscountAmount());
//无数据 //无数据
productDiscount.setCustomerCode(""); productDiscount.setCustomerCode("");
productDiscount.setAddInfo(""); productDiscount.setAddInfo(orderSettlementResp.getExtInfo());
productDiscount.setProductId(orderSettlementResp.getProductId()); productDiscount.setProductId(orderSettlementResp.getProductId());
discountList.add(productDiscount); discountList.add(productDiscount);
} }
......
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