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