|
@@ -431,7 +431,7 @@ public class ImGroupServiceImpl extends BaseServiceImpl<String, ImGroup> impleme
|
|
|
// 删除群信息
|
|
|
imGroupDao.delete(groupId);
|
|
|
try {
|
|
|
- imPluginContext.getPluginService().groupDismiss(groupId,null);
|
|
|
+ imPluginContext.getPluginService().groupDismiss(groupId,new ArrayList<>());
|
|
|
} catch (Exception e) {
|
|
|
log.error("解散群组失败",e);
|
|
|
throw new BizException("解散群组失败");
|