linwei
2024-01-12 59cbb7d494f1d27a1a76ac002ebfc6b4b15efdbc
src/main/java/org/springblade/modules/place/mapper/PlaceExtMapper.xml
@@ -32,6 +32,9 @@
        <if test="placeExt.placeId != null">
            and jp.id = #{placeExt.placeId}
        </if>
        <if test="placeExt.isApp != null">
            and jpe.confirm_flag != 4
        </if>
        <if test="placeExt.houseCode != null and placeExt.houseCode != ''">
            and jp.house_code = #{placeExt.houseCode}
        </if>