springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActNeighborCircleTopicService.java
@@ -45,11 +45,10 @@ /** * 小程序查询邻里圈话题列表 * * @param communityId * 社区id * @return 邻里圈话题列表 */ R getNeighborTopicByApp(Long communityId,Integer isZero,String name,Integer belongType); R getNeighborTopicByApp(String name); /** * 小程序-用户新增话题 @@ -58,4 +57,10 @@ */ R addNeighborTopicByApp(AddNeighborCircleTopicAppDTO circleTopicAppDTO); /** * 删除话题 * @param id * @return */ R delete(Long id); }