Commit 220519c2 authored by 黄奎's avatar 黄奎

页面修改

parent f26c94bd
......@@ -4918,15 +4918,6 @@ namespace Edu.Module.Course
{
ReviewNum = course_WordsRepository.GetCourseWordsNum(courseId, ReviewCourseNo, groupId);
}
decimal TotalScore = 0;
if (Stu_Account_Id > 0)
{
TotalScore= stuWords_PrepRepository.GetStuWordsPrepScoreRepository(new RB_StuWords_Prep_Extend()
{
CourseId = courseId,
Stu_Account_Id = Stu_Account_Id
});
}
return new
{
NextWord = NextNum,
......@@ -4934,7 +4925,6 @@ namespace Edu.Module.Course
ReviewWord = ReviewNum,
ReviewCourseNo,
CourseId = courseId,
TotalScore,
ClassId=classId,
};
}
......
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