xiatian 1 жил өмнө
parent
commit
e4d19a1137

+ 1 - 1
examcloud-core-basic-api-provider/src/main/java/cn/com/qmth/examcloud/core/basic/api/provider/StudentCloudServiceProvider.java

@@ -272,7 +272,7 @@ public class StudentCloudServiceProvider extends ControllerSupport implements St
         if (CollectionUtils.isEmpty(studentIdList)) {
             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");
         }
 

+ 1 - 1
examcloud-core-basic-api-provider/src/main/java/cn/com/qmth/examcloud/core/basic/api/provider/UserCloudServiceProvider.java

@@ -313,7 +313,7 @@ public class UserCloudServiceProvider extends ControllerSupport implements UserC
         if (CollectionUtils.isEmpty(userIdList)) {
             throw new StatusException("008001", "userIdList is empty");
         }
-        if (100 < userIdList.size()) {
+        if (1000 < userIdList.size()) {
             throw new StatusException("008002", "size of userIdList is too large");
         }