Browse Source

1

AddValidOverTime
sanji 2 years ago
parent
commit
1ff555258a
  1. 4
      BBWY.Server.Business/Order/OrderBusiness.cs

4
BBWY.Server.Business/Order/OrderBusiness.cs

@ -1267,9 +1267,7 @@ namespace BBWY.Server.Business
Initiator = string.IsNullOrEmpty(j.Value<string>("couponName")) ? "平台" : "商家",
CouponOrPromotionType = j.Value<string>("couponTypeDesc"),
PreferentialAmount = j.Value<decimal>("couponPrice"),
UndertakenByMerchantAmount = j.Value<bool>("priceDivide") == true ?
j.Value<decimal>("venderDivideMoney") :
j.Value<decimal>("couponPrice"),
UndertakenByMerchantAmount = j.Value<decimal>("venderDivideMoney"),
UndertakenByPlatformAmount = j.Value<decimal>("jdDivideMoney")
}));

Loading…
Cancel
Save