|
@@ -272,7 +272,7 @@ public class StudentCloudServiceProvider extends ControllerSupport implements St
|
|
if (CollectionUtils.isEmpty(studentIdList)) {
|
|
if (CollectionUtils.isEmpty(studentIdList)) {
|
|
throw new StatusException("500", "studentIdList is empty");
|
|
throw new StatusException("500", "studentIdList is empty");
|
|
}
|
|
}
|
|
- if (100 < studentIdList.size()) {
|
|
|
|
|
|
+ if (1000 < studentIdList.size()) {
|
|
throw new StatusException("500", "size of studentIdList is too large");
|
|
throw new StatusException("500", "size of studentIdList is too large");
|
|
}
|
|
}
|
|
|
|
|