zhongrj
2024-01-23 0a7714ec5b2db16eea7021df72904f0446e67306
src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
@@ -158,6 +158,9 @@
            <if test="house.neiName!=null and house.neiName!=''">
                and br.name like concat('%',#{house.neiName},'%')
            </if>
            <if test="house.address!=null and house.address!=''">
                and jh.address like concat('%',#{house.address},'%')
            </if>
            <if test="house.houseName != null  and house.houseName != ''">and jh.house_name like
                concat('%',#{house.houseName},'%')
            </if>