| | |
| | | <if test="article.eventType != null"> |
| | | and jpd.event_type = #{article.eventType} |
| | | and jpd.end_time is not null |
| | | and jpd.end_time <= SYSDATE() |
| | | </if> |
| | | |
| | | <if test="article.propertyFlag!=null "> |
| | |
| | | <if test="article.articleType!=null and article.articleType!=''"> |
| | | and ja.article_type like concat('%',#{article.articleType},'%') |
| | | </if> |
| | | <if test="article.type != null ">and ja.type = #{article.type}</if> |
| | | <if test="article.type != null "> |
| | | and ja.type = #{article.type} |
| | | </if> |
| | | |
| | | <if test="article.keyword!=null and article.keyword!=''"> |
| | | AND CONCAT(ja.title,ja.source_name) |