101captain
2022-08-01 fb45e9b263be2df2d5fb42182dbb6a8aa8895c90
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActNeighborCircleServiceImpl.java
@@ -484,6 +484,7 @@
            ComActNeighborCircleCommentDO circleCommentDO =
                comActNeighborCircleCommentDAO.selectById(fabulousAppDTO.getServiceId());
            if (circleCommentDO != null) {
                circleCommentDO.setFabulousNum(circleCommentDO.getFabulousNum() + 1);
                comActNeighborCircleCommentDAO.updateById(circleCommentDO);
                //计算需要增加的热度值
@@ -1195,6 +1196,11 @@
        return null;
    }
    @Override
    public R selectCount(Integer type, String phone) {
        return R.ok(this.baseMapper.selectCount(type,phone));
    }
    /**
     * 判断活动统计列表中是否已有该单位的数据
     * */