springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActNeighborCircleServiceImpl.java
@@ -37,6 +37,7 @@ import lombok.extern.slf4j.Slf4j; import org.springframework.util.CollectionUtils; import org.springframework.web.bind.annotation.RequestParam; /** * @auther lyq @@ -1197,7 +1198,7 @@ } @Override public R selectCount(Integer type, String phone) { public R selectCount(Integer type, String phone,Long communityId) { return R.ok(this.baseMapper.selectCount(type,phone)); }