Commit c17d0b73 authored by 吴春's avatar 吴春

提交代码

parent 9cd6c9e7
...@@ -2057,10 +2057,10 @@ namespace Mall.Module.User ...@@ -2057,10 +2057,10 @@ namespace Mall.Module.User
GuestNum = item.Number, GuestNum = item.Number,
Unit_Price = item.Unit_Price, Unit_Price = item.Unit_Price,
PreferPrice = item.Final_Price, PreferPrice = item.Final_Price,
SaleRemark = model.Remark, SaleRemark ="学生信息:"+ model.Consignee + "," + model.Mobile+ (string.IsNullOrWhiteSpace(model.Remark)?"": "学生备注:" + model.Remark) ,
IsLessPrice = (item.CouponMoney ?? 0) > 0 ? 1 : 0, IsLessPrice = (item.CouponMoney ?? 0) > 0 ? 1 : 0,
LessPrice = (item.CouponMoney ?? 0), LessPrice = (item.CouponMoney ?? 0),
Income = item.Final_Price - item.ServiceCharge, Income = 0,//item.Final_Price - item.ServiceCharge,
DiscountMoney = 0, DiscountMoney = 0,
PlatformTax = item.ServiceCharge, PlatformTax = item.ServiceCharge,
EnterID = model.EduUserId > 0 ? model.EduUserId : 1, EnterID = model.EduUserId > 0 ? model.EduUserId : 1,
......
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