zhongrj
2024-01-16 2085873370c5b2cd5d9b612a79e2484ecea68204
src/main/java/org/springblade/modules/place/mapper/PlaceMapper.xml
@@ -66,10 +66,10 @@
            and jp.source = #{place.source}
        </if>
        <if test="place.isPerfect==1">
            and jpe.confirm_flag = 4
            and jp.status = 1
        </if>
        <if test="place.isPerfect==2">
            and jpe.confirm_flag >= 1 and jpe.confirm_flag &lt; 4
            and jp.status = 2
        </if>
        <if test="place.regionCode != null and place.regionCode !='' ">
            and jg.community_code like concat('%',#{place.regionCode},'%')