补考系统
This commit is contained in:
@@ -22,7 +22,7 @@ public static class GradeCalculator
|
||||
IReadOnlyCollection<GradeItem> items,
|
||||
GradeExamStatus examStatus)
|
||||
{
|
||||
if (examStatus != GradeExamStatus.Normal)
|
||||
if (examStatus != GradeExamStatus.Normal && examStatus != GradeExamStatus.Makeup)
|
||||
return null;
|
||||
|
||||
if (regularWeight > 0 && !regularScore.HasValue)
|
||||
|
||||
Reference in New Issue
Block a user