|
@@ -618,7 +618,7 @@ public class ExamCloudServiceProvider extends ControllerSupport implements ExamC
|
|
|
} else if (name.endsWith("ext1")) {
|
|
|
valueList = examStudentRepo.queryExt1List(examId, start);
|
|
|
} else {
|
|
|
- throw new StatusException("E-003005", "propertyName is wrong");
|
|
|
+ throw new StatusException("E-003006", "propertyName is wrong");
|
|
|
}
|
|
|
|
|
|
GetExamStudentPropertyValueListResp resp = new GetExamStudentPropertyValueListResp();
|