|
@@ -500,15 +500,6 @@ public class ImGroupMemberServiceImpl extends BaseServiceImpl<Long, ImGroupMembe
|
|
|
return quit(imGroupId, userIdList);
|
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
- @Transactional(rollbackFor = Exception.class)
|
|
|
- public boolean quit(List<String> imGroupIdList, Integer userId) {
|
|
|
- for (String imGroupId : imGroupIdList) {
|
|
|
- quit(imGroupId, userId);
|
|
|
- }
|
|
|
- return true;
|
|
|
- }
|
|
|
-
|
|
|
@Override
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
public boolean quit(String imGroupId, List<Integer> userIdList) {
|