zhongrj
2024-01-17 8d0edf8ef8dce19cf408a294de14140258ab0777
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