src/main/java/org/springblade/modules/discuss/mapper/UserTopicsMapper.xml
@@ -243,11 +243,9 @@ ( SELECT group_concat( jt.id ) AS optionContent FROM jczz_user_topics jut LEFT JOIN jczz_topics jt ON jt.id = jut.topics_id WHERE jut.house_code = jh.house_code FROM jczz_topics jt WHERE jt.id = jut.topics_id and jut.house_code = jh.house_code AND jut.article_id = #{articleId} ) optionContent, (SELECT jhd.name from jczz_household jhd where jhd.house_code = jh.house_code AND jhd.is_deleted = 0 and jhd.relationship = 1 limit 1 ) name,