Commit ade72cca authored by 黄奎's avatar 黄奎

页面修改

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