| | |
| | | |
| | | <select id="selectTopicsList" parameterType="org.springblade.modules.discuss.dto.TopicsDTO" resultMap="TopicsDTOResult"> |
| | | SELECT |
| | | jt.*, |
| | | jt.id, |
| | | jt.discuss_content, |
| | | jt.option_range, |
| | | jt.sort, |
| | | jt.option_content, |
| | | jt.option_detail, |
| | | jt.number, |
| | | jt.create_time, |
| | | jt.update_time, |
| | | jt.delete_flag, |
| | | jt.public_discuss_id, |
| | | jt.parent_id, |
| | | jt.article_id, |
| | | jt.LEVEL, |
| | | jt.option_number, |
| | | jt.mandatory_flag, |
| | | jt.attachment, |
| | | ( SELECT jut.selected FROM jczz_user_topics jut WHERE jut.article_id = jt.article_id AND jut.user_id = #{userId} |
| | | limit 1 |
| | | ) selected |