Commit ef46c394 authored by liudong1993's avatar liudong1993

1

parent 211b0aeb
...@@ -496,11 +496,11 @@ namespace Edu.WebApi.Controllers.Course ...@@ -496,11 +496,11 @@ namespace Edu.WebApi.Controllers.Course
new ExcelColumn(value: item.UserName){ }, new ExcelColumn(value: item.UserName){ },
new ExcelColumn(value: item.IsCommonDept==1?"部门":"个人"){ }, new ExcelColumn(value: item.IsCommonDept==1?"部门":"个人"){ },
new ExcelColumn(value: item.ClassNo){ }, new ExcelColumn(value: item.ClassNo){ },
new ExcelColumn(value: item.OrderSaleMoney.ToString("#0.00")){ },
new ExcelColumn(value: item.ClassName){ }, new ExcelColumn(value: item.ClassName){ },
new ExcelColumn(value: item.ClassTypeName){ }, new ExcelColumn(value: item.ClassTypeName){ },
new ExcelColumn(value: item.StudentCount.ToString()){ }, new ExcelColumn(value: item.StudentCount.ToString()){ },
new ExcelColumn(value: item.OrderId.ToString()){ }, new ExcelColumn(value: item.OrderId.ToString()){ },
new ExcelColumn(value: item.OrderSaleMoney.ToString("#0.00")){ },
new ExcelColumn(value: (item.CommissionMoney).ToString("#0.00")){ }, new ExcelColumn(value: (item.CommissionMoney).ToString("#0.00")){ },
new ExcelColumn(value: (item.GiveOutMoney).ToString("#0.00")){ }, new ExcelColumn(value: (item.GiveOutMoney).ToString("#0.00")){ },
new ExcelColumn(value: item.IsFirstCommission == 1 ?"是":"否"){ }, new ExcelColumn(value: item.IsFirstCommission == 1 ?"是":"否"){ },
...@@ -541,6 +541,7 @@ namespace Edu.WebApi.Controllers.Course ...@@ -541,6 +541,7 @@ namespace Edu.WebApi.Controllers.Course
new ExcelColumn(value: ""){ }, new ExcelColumn(value: ""){ },
new ExcelColumn(value: ""){ }, new ExcelColumn(value: ""){ },
new ExcelColumn(value: ""){ }, new ExcelColumn(value: ""){ },
new ExcelColumn(value: ""){ },
new ExcelColumn(value: list.Sum(x=>x.CurrentPeriodMoney + x.DeductionMoney).ToString("#0.00")){ }, new ExcelColumn(value: list.Sum(x=>x.CurrentPeriodMoney + x.DeductionMoney).ToString("#0.00")){ },
new ExcelColumn(value: list.Sum(x=>x.PeopleNumMoney).ToString("#0.00")){ }, new ExcelColumn(value: list.Sum(x=>x.PeopleNumMoney).ToString("#0.00")){ },
new ExcelColumn(value: TotalMoney.ToString("#0.00")){ }, new ExcelColumn(value: TotalMoney.ToString("#0.00")){ },
......
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