huanghongfa
2022-04-11 94a69f5c6b470a59b2642f870861a62dd00eef84
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActNeighborCircleServiceImpl.java
@@ -920,7 +920,7 @@
    public R deleteNeighborByApp(DeleteNeighborCircleAppDTO circleTopicAppDTO){
        ComActNeighborCircleDO neighborCircleDO = new ComActNeighborCircleDO();
        neighborCircleDO.setId(circleTopicAppDTO.getId());
        neighborCircleDO.setIsDel(ComActNeighborCircleDO.isDel.yes);
        neighborCircleDO.setIsDel(ComActNeighborCircleDO.IsDel.YES);
        if(this.baseMapper.updateById(neighborCircleDO) > 0){
            return R.ok();
        }