xiaofei 1 anno fa
parent
commit
008e1cac95

+ 3 - 3
distributed-print/src/main/java/com/qmth/distributed/print/api/mark/MarkSettingController.java

@@ -146,9 +146,9 @@ public class MarkSettingController {
                              @ApiParam(value = "课程代码") @RequestParam(required = false) String courseCode,
                              @ApiParam(value = "试卷编号") @RequestParam(required = false) String paperNumber,
                              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) {
             throw ExceptionResultEnum.EXAM_ID_IS_NULL.exception();
         }