|
@@ -352,6 +352,7 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
|
|
List<Integer> userIdList = new ArrayList<>();
|
|
List<Integer> userIdList = new ArrayList<>();
|
|
userIdList.add(classGroupTeacherMapper.getUserId());
|
|
userIdList.add(classGroupTeacherMapper.getUserId());
|
|
|
|
|
|
|
|
+ //加入Im群组
|
|
addImGroup(highClassGroup,userIdList);
|
|
addImGroup(highClassGroup,userIdList);
|
|
}
|
|
}
|
|
return highClassGroupList;
|
|
return highClassGroupList;
|