@@ -118,7 +118,8 @@
<td>${student.subjectiveScoreString}</td>
<td>${student.totalScoreString}</td>
<td>
- <c:if test="${student.absent == true || student.absent == null}">
+ <!--在成绩查询页面 未上传或者缺考的情况都判断为缺考情况 -->
+ <c:if test="${student.absent == true || student.upload == false }">
缺考
</c:if>
</td>