| | |
| | | ja.update_user, |
| | | ja.create_user, |
| | | ja.is_deleted, |
| | | (select bdb.dict_value from blade_dict_biz bdb where bdb.parent_id='1740566650527752194' and ja.article_type |
| | | = bdb.dict_key) dictValue, |
| | | jpd.id pdId |
| | | from jczz_article ja |
| | | LEFT JOIN jczz_public_discuss jpd on jpd.article_id=ja.id |
| | |
| | | <if test="article.keyword!=null and article.keyword!=''"> |
| | | AND CONCAT(title,source_name) |
| | | LIKE CONCAT ('%', #{article.keyword},'%') |
| | | </if> |
| | | <if test="article.districtId != null and article.districtId != ''"> |
| | | and article_range like concat('%',#{article.districtId},'%') |
| | | </if> |
| | | <if test="article.type != null ">and type = #{article.type}</if> |
| | | |
| | |
| | | ja.create_user, |
| | | ja.is_deleted, |
| | | ja.article_range, |
| | | ((select bdb.dict_value from blade_dict_biz bdb where bdb.parent_id='1722966265111248897' and ja.article_type |
| | | ((select bdb.dict_value from blade_dict_biz bdb where bdb.parent_id=#{parentId} and ja.article_type |
| | | = bdb.dict_key)) dictValue |
| | | from jczz_article ja |
| | | <where> |