lin
2024-04-09 5ddf5e221d718bc253fb87b8092b7e2ff08788f5
src/main/java/org/springblade/modules/article/mapper/ArticleMapper.xml
@@ -114,6 +114,10 @@
                or ja.article_range is null or ja.article_range = '')
            </if>
            <if test="article.districtId == null ">
                and ja.article_range is  null
            </if>
            <if test="article.householdId != null">
                and (FIND_IN_SET ( #{article.householdId}, jpd.user_ids )
                OR jpd.user_ids IS NULL or jpd.user_ids = '')