lin
2024-04-15 2193832ff5b8424d4ed16d0dc7ee779151c0e704
src/main/java/org/springblade/modules/article/mapper/ArticleMapper.xml
@@ -552,7 +552,6 @@
        <if test="article.eventType != null">
            and jpd.event_type = #{article.eventType}
            and jpd.end_time is not null
            and jpd.end_time &lt;= SYSDATE()
        </if>
        <if test="article.propertyFlag!=null ">
@@ -583,7 +582,9 @@
        <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)