zhongrj
2024-01-18 9c60ca4dbaa0d5eda53c68d15ac361f1d3b27837
src/main/java/org/springblade/modules/discuss/mapper/TopicsMapper.xml
@@ -89,6 +89,7 @@
        jt.article_id,
        jt.LEVEL,
        ( SELECT jut.selected FROM jczz_user_topics jut WHERE jut.article_id = jt.article_id AND jut.user_id = #{userId}
        limit 1
        ) selected
        FROM
        jczz_topics jt