From 33006fbb96c7c4b4cddcfe52e42e0b94e41ae6ba Mon Sep 17 00:00:00 2001
From: 101captain <237651143@qq.com>
Date: 星期五, 08 七月 2022 17:53:51 +0800
Subject: [PATCH] 问题清单bug处理

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml
index 421efbb..b8dbeb9 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml
@@ -345,7 +345,7 @@
             and belong_to=#{belongTo}
         </if>
         <if test="communityId != null">
-            and su.communityId=#{communityId}
+            and su.community_id=#{communityId}
         </if>
         GROUP BY (canc.solve_id)
         having serviceTimes&lt;>'' and serviceTime&lt;>'' and memberName&lt;>''

--
Gitblit v1.7.1