From b15fb40b3a9a7b92637e45ca3aae660b1c08a713 Mon Sep 17 00:00:00 2001
From: huanghongfa <huanghongfa123456>
Date: 星期五, 07 五月 2021 16:23:29 +0800
Subject: [PATCH] 修改邻里圈后台发布的名字为null问题

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleDAO.java |    3 ++-
 1 files changed, 2 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 1925342..c91bc34 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
@@ -40,6 +40,7 @@
             "canc.last_fabulous_num," +
             "canc.last_views_num," +
             "su.nick_name as name," +
+            "su.community_id," +
             "su.image_url as headUrl " +
             " FROM " +
             " com_act_neighbor_circle AS canc" +
@@ -60,7 +61,7 @@
     @Select("<script> " +
             "select canc.id,su.nick_name as name,su.image_url as headUrl,canc.release_content " +
             ",canc.release_images,canc.comment_num,canc.fabulous_num,canc.forward_num,canc.views_num " +
-            ",canc.is_boutique,canc.create_at,canc.reply_at from com_act_neighbor_circle as canc " +
+            ",canc.is_boutique,canc.create_at,canc.reply_at,su.community_id,canc.type from com_act_neighbor_circle as canc " +
             " left join sys_user as su on su.user_id = canc.release_id where id = #{circleId}"+
             " </script>")
     ComActNeighborCircleDetailAppVO neighborDetailByApp(@Param("circleId") Long circleId);

--
Gitblit v1.7.1