|
@@ -201,7 +201,7 @@ public class ScoreVerifyController extends BaseExamController {
|
|
|
|
|
|
@RequestMapping("settings")
|
|
@RequestMapping("settings")
|
|
@ResponseBody
|
|
@ResponseBody
|
|
- public JSONObject settings(HttpServletRequest request, @RequestParam(required = false) Integer studentId) {
|
|
|
|
|
|
+ public JSONObject settings(HttpServletRequest request) {
|
|
int examId = getSessionExamId(request);
|
|
int examId = getSessionExamId(request);
|
|
JSONObject setting = new JSONObject();
|
|
JSONObject setting = new JSONObject();
|
|
Exam exam = examService.findById(examId);
|
|
Exam exam = examService.findById(examId);
|