소스 검색

还原考生删除的逻辑,去掉已上传禁止删除的限制

luoshi 3 년 전
부모
커밋
c5df53870a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/studentList.jsp

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/studentList.jsp

@@ -211,7 +211,7 @@
             <td>
             <td>
                 <c:if test="${web_user.schoolAdmin==true}">
                 <c:if test="${web_user.schoolAdmin==true}">
                     <a href="${ctx}/admin/exam/student/update?id=${student.id}">修改</a>
                     <a href="${ctx}/admin/exam/student/update?id=${student.id}">修改</a>
-                    <c:if test="${examType!='MULTI_MEDIA' && student.upload==false}">
+                    <c:if test="${examType!='MULTI_MEDIA'}">
                         &nbsp;
                         &nbsp;
                         <a href="${ctx}/admin/exam/student/delete?id=${student.id}" onclick="return confirmx('确认要删除该考生吗?', this.href)">删除</a>
                         <a href="${ctx}/admin/exam/student/delete?id=${student.id}" onclick="return confirmx('确认要删除该考生吗?', this.href)">删除</a>
                     </c:if>
                     </c:if>