From 2c95548b6c741e775156151b85442fef8eead902 Mon Sep 17 00:00:00 2001
From: DESKTOP-71BH0QO\L、ming <172680469@qq.com>
Date: 星期四, 29 四月 2021 18:19:58 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/test' into test

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleDAO.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleDAO.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleDAO.java
index 45b7f21..e642499 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleDAO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleDAO.java
@@ -43,7 +43,7 @@
             " FROM " +
             " com_act_neighbor_circle AS canc" +
             " left join sys_user as su on su.user_id = canc.release_id" +
-            " where canc.status = 2 and canc.community_id = #{communityId} " +
+            " where canc.status = 2 and canc.community_id = #{neighborCircleAppDTO.communityId} " +
             "<if test='neighborCircleAppDTO.type != null and neighborCircleAppDTO.type == 1'>" +
             " order by (canc.last_views_num + canc.last_comment_num + canc.last_fabulous_num) desc " +
             " </if> " +

--
Gitblit v1.7.1