zhongrj
2024-02-22 858ddcd71b737c1e2d9f9c1fb9d009209cb97b4e
src/main/java/org/springblade/modules/article/mapper/ArticleMapper.xml
@@ -98,6 +98,7 @@
            <if test="article.articleType != null and article.articleType != ''">
                and ja.article_type = #{article.articleType}
            </if>
            <if test="article.eventType != null">
                and jpd.event_type = #{article.eventType}
            </if>