Commit c47fd47c authored by liudong1993's avatar liudong1993

订单取消调整

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