src/main/java/org/springblade/modules/article/mapper/ArticleMapper.xml
@@ -205,6 +205,9 @@ AND CONCAT(title,source_name) LIKE CONCAT ('%', #{article.keyword},'%') </if> <if test="article.districtId != null and article.districtId != ''"> and article_range like concat('%',#{article.districtId},'%') </if> <if test="article.type != null ">and type = #{article.type}</if> and is_deleted = 0