|
@@ -498,7 +498,6 @@ public class ImGroupServiceImpl extends ServiceImpl<ImGroupDao, ImGroup> impleme
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- @Transactional(rollbackFor = Exception.class)
|
|
|
public void quit(String groupId, Long userId, ClientEnum clientType,Boolean quit) throws Exception {
|
|
|
try {
|
|
|
imGroupCoreService.groupQuit(userId, clientType.name(), groupId, quit);
|