Browse Source

修复成绩查询

ting.yin 5 years ago
parent
commit
b2c727fc9e

+ 2 - 2
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/scoreList.jsp

@@ -304,8 +304,8 @@ function goSearch(){
     }
     var studentId = parseInt($("#studentId").val());
     if( $("#studentId").val()!="" && studentId>2147483647 ){
-    	alert("考生编号不合法");
-    };return false;
+    	alert("考生编号不合法");return false;
+    };
     
 	$("#pageNumber").val(1);
 	$("#pageSize").val('${query.pageSize}');