Commit 75330acf by shuhu.hou@freemud.cn

查询订单response新增平台优惠商家优惠

parent 23cb2cc9
......@@ -588,6 +588,8 @@ public class OrderSdkAdapter {
accountBean.setSequence(orderSettlementResp.getProductSeq());
accountBean.setType(getOldOrderAccountType(orderSettlementResp.getSettlementType()));
accountBean.setAddInfo("");
accountBean.setPlatformDiscountAmount(orderSettlementResp.getPlatformDiscountAmount());
accountBean.setShopDiscountAmount(orderSettlementResp.getShopDiscountAmount());
accountList.add(accountBean);
}
}
......
......@@ -572,6 +572,11 @@ public class QueryOrdersResponse {
* 自定义对象
*/
private String addInfo;
//平台优惠
private Long platformDiscountAmount;
//商家优惠
private Long shopDiscountAmount;
}
@NoArgsConstructor
......
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