zhongrj
2023-12-29 878b7d3bcddaf5bfff49d23796f3473c022853f5
src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
@@ -166,7 +166,7 @@
        <if test="house.room != null  and house.room != ''"> and jh.room = #{house.room}</if>
        <if test="house.buildingNo != null "> and jh.building_no = #{house.buildingNo}</if>
        <if test="house.regionCode != null and house.regionCode !='' ">
         and jda.nei_code like concat('%',#{house.regionCode},'%')
         and jg.community_code like concat('%',#{house.regionCode},'%')
        </if>
    </select>