|
@@ -146,9 +146,9 @@ public class MarkSettingController {
|
|
@ApiParam(value = "课程代码") @RequestParam(required = false) String courseCode,
|
|
@ApiParam(value = "课程代码") @RequestParam(required = false) String courseCode,
|
|
@ApiParam(value = "试卷编号") @RequestParam(required = false) String paperNumber,
|
|
@ApiParam(value = "试卷编号") @RequestParam(required = false) String paperNumber,
|
|
HttpServletResponse response) {
|
|
HttpServletResponse response) {
|
|
- if (semesterId == null) {
|
|
|
|
- throw ExceptionResultEnum.SEMESTER_ID_IS_NULL.exception();
|
|
|
|
- }
|
|
|
|
|
|
+// if (semesterId == null) {
|
|
|
|
+// throw ExceptionResultEnum.SEMESTER_ID_IS_NULL.exception();
|
|
|
|
+// }
|
|
if (examId == null) {
|
|
if (examId == null) {
|
|
throw ExceptionResultEnum.EXAM_ID_IS_NULL.exception();
|
|
throw ExceptionResultEnum.EXAM_ID_IS_NULL.exception();
|
|
}
|
|
}
|