| | |
| | | and house_name != '' |
| | | and doorplate_type = '户室牌' |
| | | and building_code = #{houseParam.code} |
| | | <if test="houseParam.searchKey!=null and houseParam.searchKey!=''"> |
| | | and jh.name like concat('%',#{houseParam.searchKey},'%') |
| | | </if> |
| | | <include refid="filterHouseGrid"/> |
| | | ) |
| | | union all |
| | |
| | | jh.*, |
| | | jhl.id as cid,jhl.*,jhl.remark as cremark |
| | | from jczz_house jh |
| | | left join jczz_user_house_label jhl on jh.house_code = jhl.house_code |
| | | where jh.is_deleted = 0 and jhl.lable_type = 2 |
| | | left join jczz_user_house_label jhl on jh.house_code = jhl.house_code and jhl.lable_type = 2 |
| | | where jh.is_deleted = 0 |
| | | and jh.house_code = #{house.houseCode} |
| | | </select> |
| | | |
| | |
| | | * 商超写字楼名称 |
| | | */ |
| | | private String userId; |
| | | |
| | | /** |
| | | * 搜索key |
| | | */ |
| | | private String searchKey; |
| | | } |