src/main/java/org/springblade/modules/place/mapper/PlaceMapper.xml
@@ -90,6 +90,9 @@
            and bu.real_name != ""
            and bu.phone != ""
        </if>
        <if test="place.regionCode != null and place.regionCode !='' ">
            and jg.community_code like concat('%',#{place.regionCode},'%')
        </if>
        order by jpe.create_time desc
    </select>