zhongrj
2023-12-29 f5f5ee99007d12145ab7e7e3e2fe063f99e76732
src/main/java/org/springblade/modules/place/mapper/PlaceMapper.xml
@@ -73,6 +73,9 @@
        <if test="place.id!=null">
            and jp.id = #{place.id}
        </if>
        <if test="place.source!=null">
            and jp.source = #{place.source}
        </if>
        <if test="place.isPerfect==1">
            and
            (