zhongrj
2023-11-11 8baa11c985438eda934f364f3d8b591cda4eced3
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