|
@@ -473,7 +473,7 @@ public class ExamCloudServiceProvider extends ControllerSupport implements ExamC
|
|
@ApiOperation(value = "查询考试课程特殊设置")
|
|
@ApiOperation(value = "查询考试课程特殊设置")
|
|
@PostMapping("getExamCourseSetting")
|
|
@PostMapping("getExamCourseSetting")
|
|
@Override
|
|
@Override
|
|
- public GetExamCourseResp getExamCourseSetting(GetExamCourseReq req) {
|
|
|
|
|
|
+ public GetExamCourseResp getExamCourseSetting(@RequestBody GetExamCourseReq req) {
|
|
ExamCourseRelationEntity entity = examCourseRelationRepo.findByExamIdAndCourseId(req.getExamId(), req.getCourseId());
|
|
ExamCourseRelationEntity entity = examCourseRelationRepo.findByExamIdAndCourseId(req.getExamId(), req.getCourseId());
|
|
|
|
|
|
GetExamCourseResp resp = new GetExamCourseResp();
|
|
GetExamCourseResp resp = new GetExamCourseResp();
|