| | |
| | | and jpd.event_type = #{article.eventType} |
| | | </if> |
| | | |
| | | <if test="article.type != null"> |
| | | and ja.type = #{article.type} |
| | | </if> |
| | | |
| | | <if test="article.type == null"> |
| | | and ja.type = 0 |
| | | </if> |
| | | |
| | | <if test="article.districtId != null and article.districtId != ''"> |
| | | and (ja.article_range like concat('%',#{article.districtId},'%') |
| | | or ja.article_range is null) |
| | |
| | | and ja.article_type = #{article.articleType} |
| | | </if> |
| | | |
| | | <if test="article.type != null"> |
| | | and ja.type = #{article.type} |
| | | </if> |
| | | |
| | | <if test="article.type == null"> |
| | | and ja.type = 0 |
| | | </if> |
| | | |
| | | <if test="article.districtId != null and article.districtId != ''"> |
| | | and ja.article_range like concat('%',#{article.districtId},'%') |
| | | or ja.article_range is null |
| | | and (ja.article_range like concat('%',#{article.districtId},'%') |
| | | or ja.article_range is null) |
| | | </if> |
| | | </if> |
| | | |
| | |
| | | AND CONCAT(title,source_name) |
| | | LIKE CONCAT ('%', #{article.keyword},'%') |
| | | </if> |
| | | <if test="article.type != null ">and type = #{article.type}</if> |
| | | |
| | | and is_deleted = 0 |
| | | order by id desc |