Commit a3cd863d authored by 黄奎's avatar 黄奎

页面修改

parent 8f07deee
...@@ -371,8 +371,8 @@ namespace Edu.Module.Course ...@@ -371,8 +371,8 @@ namespace Edu.Module.Course
School_Id = emModel?.School_Id ?? 0, School_Id = emModel?.School_Id ?? 0,
Group_Id = emModel?.Group_Id ?? 0, Group_Id = emModel?.Group_Id ?? 0,
DirectorRemark = "", DirectorRemark = "",
DiscountMoney =(item.OriginalPrice - item.DiscountPrice)*item.JoinNum, DiscountMoney = item.DiscountPrice,
PerDiscountMoney= item.OriginalPrice - item.DiscountPrice, PerDiscountMoney= item.DiscountPrice/item.JoinNum,
EnterID = offerModel.CreateBy, EnterID = offerModel.CreateBy,
ExtraDeductMoney = 0, ExtraDeductMoney = 0,
ExtraRewardMoney = 0, ExtraRewardMoney = 0,
......
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