| | |
| | | jpd.vote_number_public, |
| | | jpd.appoint_user, |
| | | jpd.user_ids, |
| | | jpd.event_type |
| | | jpd.event_type, |
| | | jpd.signature_flag |
| | | from jczz_public_discuss jpd |
| | | <where> |
| | | <if test="publicDiscuss.id != null "> and id = #{publicDiscuss.id}</if> |
| | |
| | | jpd.user_ids, |
| | | jpd.event_type, |
| | | jpd.signature_flag, |
| | | (SELECT user_id from jczz_user_public_enroll where user_id = #{userId} and public_discuss_id = jpd.id)userId |
| | | (SELECT user_id from jczz_user_public_enroll where user_id = #{userId} and article_id = jpd.article_id)userId |
| | | from |
| | | jczz_public_discuss jpd |
| | | <where> |
| | | <if test="id != null "> and jpd.id = #{id}</if> |
| | | <if test="articleId != null ">and jpd.article_id = #{articleId}</if> |
| | | </where> |
| | | </select> |
| | | |