Commit 1d9d9ba1 authored by 黄奎's avatar 黄奎

页面修改

parent 7856aa80
......@@ -530,7 +530,7 @@ namespace Edu.Module.User
SpeakFailScore = tempList?.Sum(qitem => qitem.SpeakFailScore),
GradeTestScore = tempList?.Sum(qitem => qitem.GradeTestScore),
FinishFollow = tempList?.Sum(qitem => qitem.FinishFollow),
TotalFollow = tempList?.Sum(qitem => qitem.TotalFollow),
TotalFollow = tempList?.Max(qitem => qitem.TotalFollow),
});
}
return dataList;
......
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