linwei
2024-01-19 2550a534393ffbed3744a2e9877ad53f5357b1dd
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