luoxinwu
2023-12-15 5bfe71edf4c4bb8e23ae365aa53433b1679e9e5c
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActNeighborCircleTopicServiceImpl.java
@@ -3,8 +3,10 @@
import java.util.Date;
import com.panzhihua.service_community.dao.ComActNeighborCircleDAO;
import com.panzhihua.service_community.dao.ComActNeighborCircleTopicNewMapper;
import com.panzhihua.service_community.model.dos.ComActNeighborCircleDO;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
@@ -35,6 +37,8 @@
    @Resource
    private ComActNeighborCircleDAO comActNeighborCircleDAO;
    @Autowired
    private ComActNeighborCircleTopicNewMapper comActNeighborCircleTopicNewMapper;
    /**
     * 分页查询邻里圈话题列表
     *
@@ -107,6 +111,11 @@
        return R.ok(this.baseMapper.getNeighborTopicByApp(name));
    }
    @Override
    public R getNeighborTopicByAppNew(String name) {
        return R.ok(comActNeighborCircleTopicNewMapper.getNeighborTopicByAppNew(name));
    }
    /**
     * 小程序-用户新增话题
     * @param circleTopicAppDTO 请求参数