|
@@ -1419,7 +1419,7 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
|
|
|
if (classGroup.getType().equals(ClassGroupTypeEnum.MUSIC_NETWORK)) {
|
|
|
classGroupService.delSingle(classGroupId);
|
|
|
} else {
|
|
|
- classGroupStudentMapperService.delClassGroupStudent(userId, classGroupId);
|
|
|
+ classGroupStudentMapperService.delClassGroupStudent(userId, classGroupId,true);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1521,7 +1521,7 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
|
|
|
if (classGroup.getType().equals(ClassGroupTypeEnum.MUSIC_NETWORK)) {
|
|
|
classGroupService.delSingle(classGroupId);
|
|
|
} else {
|
|
|
- classGroupStudentMapperService.delClassGroupStudent(userId, classGroupId);
|
|
|
+ classGroupStudentMapperService.delClassGroupStudent(userId, classGroupId,true);
|
|
|
}
|
|
|
}
|
|
|
|