| | |
| | | } |
| | | |
| | | Set<Long> collectAll = mallMembersAll.stream().map(MallMember::getId).collect(Collectors.toSet()); |
| | | // Collection<Long> intersection1 = CollUtil.intersection(collectAll, collect); |
| | | if(teamCnt <= (CollUtil.isEmpty(collectAll) ? 0 : collectAll.size())){ |
| | | Collection<Long> intersection1 = CollUtil.intersection(collectAll, collect); |
| | | if(teamCnt <= (CollUtil.isEmpty(intersection1) ? 0 : intersection1.size())){ |
| | | // if(teamCnt <= (CollUtil.isEmpty(collectAll) ? 0 : collectAll.size())){ |
| | | |
| | | mallMemberRef.setLevel(level); |
| | | memberMapper.updateById(mallMemberRef); |
| | | |