|
@@ -351,7 +351,7 @@ public class GroupLogicImpl extends BaseLogic implements GroupLogic {
|
|
|
User.class, params);
|
|
|
Group group = groupService.getGroup(groupId);
|
|
|
if(result.size()>(group.getClassSize()-groupService.getWorkerCount(groupId))){
|
|
|
- throw new HttpBadRequestException("批量添加人数超出班级上限");
|
|
|
+ throw new HttpBadRequestException("批量导入人数超出班级上限");
|
|
|
}
|
|
|
List<UserVO> batchAddList=new ArrayList<>();
|
|
|
for(User user:result){
|