@@ -118,7 +118,7 @@
<td>${student.subjectiveScoreString}</td>
<td>${student.totalScoreString}</td>
<td>
- <c:if test="${student.absent == true}">
+ <c:if test="${student.absent == true || student.absent == null}">
缺考
</c:if>
</td>