|
@@ -667,6 +667,8 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
|
|
|
classGroupRelationDao.deleteBySubClassId(classGroupId);
|
|
|
//删除班级
|
|
|
classGroupDao.delete(classGroupId);
|
|
|
+ //删除im群组
|
|
|
+ imFeignService.groupQuit(new ImGroupModel(classGroupId.toString(), null, null));
|
|
|
}
|
|
|
|
|
|
@Override
|
|
@@ -678,6 +680,8 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
|
|
|
classGroupRelationDao.deleteByClassId(classGroupId);
|
|
|
//删除合奏班
|
|
|
classGroupDao.delete(classGroupId);
|
|
|
+ //删除im群组
|
|
|
+ imFeignService.groupQuit(new ImGroupModel(classGroupId.toString(), null, null));
|
|
|
}
|
|
|
|
|
|
@Override
|