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