From ffb7ccc533993f6b4bfe22353c5ff19f11fa490f Mon Sep 17 00:00:00 2001
From: 张天森 <1292933220@qq.com>
Date: 星期四, 08 十二月 2022 15:02:40 +0800
Subject: [PATCH] Merge branch 'huacheng_test' into haucheng_panzhihua

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActDAO.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/ComActDAO.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActDAO.java
index 674d8ba..d8c65b4 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActDAO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActDAO.java
@@ -97,7 +97,7 @@
     @Select("<script> select community_id,name,lng,lat from com_act  where state = 0 <if test='areaCode !=null and areaCode !=&quot;&quot;'> and area_code = #{areaCode} </if> </script>")
     List<EventGridCommunityAdminVO> getWestCommunityLists(@Param("areaCode") String areCode);
 
-    @Select("select account,plaintext_password as password from com_act where community_id = ${communityId}")
+    @Select("select account,plaintext_password as password from com_act where community_id = #{communityId}")
     ComActPasswordVo getCommunityPassword(@Param("communityId") Long communityId);
 
     @Select("select name from com_pb_check_unit where id=#{id}")

--
Gitblit v1.7.1