Commit ade72cca authored by 黄奎's avatar 黄奎

页面修改

parent 245c8818
...@@ -551,6 +551,7 @@ namespace Edu.Module.User ...@@ -551,6 +551,7 @@ namespace Edu.Module.User
{ {
item.Id, item.Id,
item.TeacherId, item.TeacherId,
AccountId= teacherModel?.Id??0,
Dept_Id= teacherModel?.Dept_Id??0, Dept_Id= teacherModel?.Dept_Id??0,
DateStr, DateStr,
item.StudentCount, item.StudentCount,
...@@ -601,7 +602,8 @@ namespace Edu.Module.User ...@@ -601,7 +602,8 @@ namespace Edu.Module.User
{ {
Id = 0, Id = 0,
TeacherId=0, TeacherId=0,
Dept_Id=0, AccountId =0,
Dept_Id =0,
DateStr = "月总数", DateStr = "月总数",
StudentCount = tempList?.Sum(qitem => qitem.StudentCount), StudentCount = tempList?.Sum(qitem => qitem.StudentCount),
AttendClassHour = tempList?.Sum(qitem => qitem.AttendClassHour), AttendClassHour = tempList?.Sum(qitem => qitem.AttendClassHour),
......
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