Browse Source

1.退群去掉事务

yuanliang 1 year ago
parent
commit
a7d10482e0

+ 0 - 1
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/service/impl/ImGroupServiceImpl.java

@@ -281,7 +281,6 @@ public class ImGroupServiceImpl extends ServiceImpl<ImGroupDao, ImGroup> impleme
     }
 
     @Override
-    @Transactional(rollbackFor = Exception.class)
     public void quit(String groupId, Long userId, ClientEnum clientType) throws Exception {
 
         ImGroupMemberRoleType roleType = ImGroupMemberRoleType.valueOf(clientType.name());