zhongrj
2023-11-11 82e222ae8a60afd3d0237b4f987f8c850834dad5
src/main/java/org/springblade/modules/article/mapper/ArticleMapper.xml
@@ -72,7 +72,7 @@
        from jczz_article
        where is_deleted = 0
        and publish = 1
        <if test="article.articleType != null">
        <if test="article.articleType != null and article.articleType != ''">
          and  article_type = #{article.articleType}
        </if>
        order by create_time desc