Commit bb6fdfb3 authored by 黄奎's avatar 黄奎

页面修改

parent 63c18fb2
...@@ -158,6 +158,7 @@ namespace Edu.WebApi.Controllers.Course ...@@ -158,6 +158,7 @@ namespace Edu.WebApi.Controllers.Course
x.Refund, x.Refund,
x.DiscountMoney, x.DiscountMoney,
x.PlatformTax, x.PlatformTax,
x.OrderType,
DueInMoney = x.PreferPrice - (x.Income - x.Refund + x.PlatformTax + x.DiscountMoney), DueInMoney = x.PreferPrice - (x.Income - x.Refund + x.PlatformTax + x.DiscountMoney),
x.OrderState, x.OrderState,
OrderStateName = x.OrderState.ToName(), OrderStateName = x.OrderState.ToName(),
...@@ -235,6 +236,8 @@ namespace Edu.WebApi.Controllers.Course ...@@ -235,6 +236,8 @@ namespace Edu.WebApi.Controllers.Course
x.Income, x.Income,
x.Refund, x.Refund,
x.DiscountMoney, x.DiscountMoney,
x.OrderType,
x.PlatformTax,
DueInMoney = x.PreferPrice - (x.Income - x.Refund + x.DiscountMoney), DueInMoney = x.PreferPrice - (x.Income - x.Refund + x.DiscountMoney),
x.OrderState, x.OrderState,
OrderStateName = x.OrderState.ToName(), OrderStateName = x.OrderState.ToName(),
......
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