feat(REQ-3300) - 完善群解散功能和日志打印

This commit is contained in:
wangli 2025-02-17 17:47:54 +08:00
parent 1afa46c21a
commit 971b2b7c5e

View File

@ -646,6 +646,7 @@ public class ChangeRecordServiceImpl extends ServiceImpl<ChangeRecordDao, Change
IM_GROUP_BIZ_INFO_INITIATOR_WORKSPACE_ID, req.getRelationWorkspaceId(),
IM_GROUP_BIZ_INFO_VISA_TYPE, req.getType().name()));
GroupCreateResponse imGroup = msgCenterGateway.createImGroup(request);
AssertUtil.notNull(imGroup, "IM 群创建失败");
updateImInfo(visaId, imGroup);
// 更新主表状态