|
@@ -819,7 +819,7 @@ public class ExamControlServiceImpl implements ExamControlService {
|
|
ExamingSession examSessionInfo = examingSessionService.getExamingSession(examStudent.getStudentId());
|
|
ExamingSession examSessionInfo = examingSessionService.getExamingSession(examStudent.getStudentId());
|
|
String clientId;
|
|
String clientId;
|
|
|
|
|
|
- Map<String, Long> values = this.parseUserKey(str);
|
|
|
|
|
|
+ Map<String, Long> values = this.parseUserKey(key);
|
|
Long rootOrgId = values.get("rootOrgId");
|
|
Long rootOrgId = values.get("rootOrgId");
|
|
Long userId = values.get("userId");
|
|
Long userId = values.get("userId");
|
|
|
|
|