From 6cee6c4b10cb4bc97f8fb514bb1f55b66d1a84fa Mon Sep 17 00:00:00 2001 From: 罗元桥 <2376770955@qq.com> Date: 星期五, 03 九月 2021 09:47:59 +0800 Subject: [PATCH] Merge branch 'zzj' into 'test' --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleTopicMapper.java | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleTopicMapper.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleTopicMapper.java index 2ddf054..2335a68 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleTopicMapper.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleTopicMapper.java @@ -38,5 +38,18 @@ * 社区id * @return 邻里圈话题列表 */ - List<ComActNeighborCircleTopicAppVO> getNeighborTopicByApp(@Param("communityId") Long communityId); + List<ComActNeighborCircleTopicAppVO> getNeighborTopicByApp(@Param("communityId") Long communityId,@Param("isZero") Integer isZero); + + /** + * 添加邻里圈话题热度 + * @param circleTopicId 邻里圈话题id + * @param hotNum 热度值 + */ + void addHotNum(@Param("circleTopicId") Long circleTopicId,@Param("hotNum") Long hotNum); + + /** + * 添加邻里圈话题邻里圈数量 + * @param circleTopicId 邻里圈话题id + */ + void addCount(@Param("circleTopicId") Long circleTopicId); } -- Gitblit v1.7.1