KKSU
2024-08-12 371058e57fce26bd2903b31ec00f8a6874493312
src/main/java/cc/mrbird/febs/mall/service/impl/AgentServiceImpl.java
@@ -2035,8 +2035,8 @@
                    }
                    Set<Long> collectAll = mallMembersAll.stream().map(MallMember::getId).collect(Collectors.toSet());
                    Collection<Long> intersection1 = CollUtil.intersection(collectAll, collect);
                    if(teamCnt <= (CollUtil.isEmpty(intersection1) ? 0 : intersection1.size())){
//                    Collection<Long> intersection1 = CollUtil.intersection(collectAll, collect);
                    if(teamCnt <= (CollUtil.isEmpty(collectAll) ? 0 : collectAll.size())){
                        mallMemberRef.setLevel(level);
                        memberMapper.updateById(mallMemberRef);