linwe
2023-11-11 7bbf08d2a38d91bf4a1cf278c52ff7303e05fdaf
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