Commit c47fd47c authored by liudong1993's avatar liudong1993

订单取消调整

parent 9cbc38ea
This diff is collapsed.
......@@ -252,7 +252,8 @@ namespace Mall.WebApi.Controllers.MallBase
y.Final_Price,
y.Number,
y.IsComment,
y.FreeShippingRemarks
y.FreeShippingRemarks,
InsuranceMoney = y.InsuranceMoney ?? 0
}),
x.OrderStatus,
OrderStatusName = x.OrderStatus.GetEnumName(),
......
......@@ -132,6 +132,8 @@ namespace Mall.WebApi.Controllers.MallBase
y.YFMoney,
y.PayMoney,
CouponMoney = y.CouponMoney ?? 0,
InsuranceMoney = y.InsuranceMoney ?? 0,
InsuranceCostMoney = y.InsuranceCostMoney ?? 0,
IntegralMoney = y.IntegralMoney ?? 0,
IntegralNumber = y.IntegralNumber ?? 0,
SFinanceList = y.FinanceList.Where(z => z.Type == 1).Select(z => new
......
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