From ea2efbd460ed26706bb6c956828cbb119dd1e51b Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Fri, 12 Jan 2024 09:50:42 +0800
Subject: [PATCH] 住户删除调整

---
 src/main/java/org/springblade/modules/discuss/mapper/UserTopicsMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/org/springblade/modules/discuss/mapper/UserTopicsMapper.xml b/src/main/java/org/springblade/modules/discuss/mapper/UserTopicsMapper.xml
index d8070e0..720f97d 100644
--- a/src/main/java/org/springblade/modules/discuss/mapper/UserTopicsMapper.xml
+++ b/src/main/java/org/springblade/modules/discuss/mapper/UserTopicsMapper.xml
@@ -51,7 +51,7 @@
             <if test="userTopics.updateTime != null ">and jut.update_time = #{userTopics.updateTime}</if>
             <if test="userTopics.deleteFlag != null ">and jut.delete_flag = #{userTopics.deleteFlag}</if>
             <if test="userTopics.articleId != null ">and jut.article_id = #{userTopics.articleId}
-                GROUP BY jut.article_id,
+                GROUP BY jut.article_id, jut.signature_path,
                 bu.avatar,
                 bu.`name`,
                 bu.phone,

--
Gitblit v1.9.3