소스 검색

3.3.4 update

xiaofei 1 년 전
부모
커밋
008e1cac95
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      distributed-print/src/main/java/com/qmth/distributed/print/api/mark/MarkSettingController.java

+ 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();
         }