linwei
2023-12-29 4ea0bdf2725618ed8a2d809c8183a452624f8395
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
            (