From 6491a47ecf72338f122ba3e9eeab4be0a5974ec4 Mon Sep 17 00:00:00 2001
From: 101captain <237651143@qq.com>
Date: 星期四, 03 三月 2022 16:58:59 +0800
Subject: [PATCH] 三社功能修改

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

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActSocialProjectMapper.xml b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActSocialProjectMapper.xml
index 66cf8a9..47e4214 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActSocialProjectMapper.xml
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActSocialProjectMapper.xml
@@ -75,7 +75,7 @@
                  LEFT JOIN com_street t1 on t.street_id = t1.street_id
                  LEFT JOIN com_act_column t2 on t.column_id = t2.id
                  LEFT JOIN com_act_column t3 on t.second_column_id = t3.id
-                 LEFT JOIN com_act  t4 on t.community_id = t1.community_id
+                 LEFT JOIN com_act  t4 on t.community_id = t4.community_id
         where t.id = #{id}
     </select>
 

--
Gitblit v1.7.1