linwe
2023-11-29 f560f50422baef0a7a567421c0f27f19b6dcfd81
src/main/java/org/springblade/modules/article/mapper/ArticleMapper.xml
@@ -139,6 +139,8 @@
            AND CONCAT(title,source_name)
            LIKE CONCAT ('%', #{article.keyword},'%')
        </if>
        and is_deleted = 0
        order by id desc
    </select>