|
@@ -122,7 +122,7 @@
|
|
|
</td>
|
|
|
<td>
|
|
|
<c:if test="${result.subjectiveStatus=='MARKED'}">
|
|
|
- <a target="_blank" href="${ctx}/web/admin/exam/inspected/start?studentId=${result.id}">进入复核</a>
|
|
|
+ <a target="_blank" href="${ctx}/web/admin/exam/inspected/start?studentId=${result.id}&subjectCode=${result.subjectCode}">进入复核</a>
|
|
|
</c:if>
|
|
|
<c:if test="${result.subjectiveStatus=='INSPECTED'}">
|
|
|
<a class="cancel-link" href="#" data-id="${result.id}">取消复核</a>
|