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