zhongrj
2024-01-17 8d0edf8ef8dce19cf408a294de14140258ab0777
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},'%')