|
@@ -94,9 +94,8 @@ public class RealExamController extends BaseController {
|
|
|
return realExamService.studentLoopPostRealExam(examId);
|
|
|
}
|
|
|
|
|
|
- // @PreAuthorize("@ss.hasPermi('sim:real-exam:query')")
|
|
|
- @GetMapping(value = "/student/{examId}")
|
|
|
- @ApiOperation("[学生][轮询]获取考试详细信息")
|
|
|
+// @GetMapping(value = "/student/{examId}")
|
|
|
+// @ApiOperation("[学生][轮询]获取考试详细信息")
|
|
|
public AjaxResult getInfoStudent(@PathVariable("examId") Long examId) {
|
|
|
return success(realExamService.selectRealExamByExamId(examId));
|
|
|
}
|