| | |
| | | <if test="household.confirmFlag != null "> |
| | | and jh.confirm_flag = #{household.confirmFlag} |
| | | </if> |
| | | |
| | | <if test="household.housingRentalId != null "> |
| | | and jh.housing_rental_id = #{household.housingRentalId} |
| | | </if> |
| | | </select> |
| | | |
| | | <!--查询房屋集合信息--> |
| | |
| | | false as hasChildren, |
| | | jda.doorplate_type doorplateType, |
| | | jda.address_level addressLevel, |
| | | jda.nei_name neiName |
| | | jda.nei_name neiName, |
| | | jda.aoi_code aoiCode, |
| | | jh.relationship relationship |
| | | from jczz_household jh |
| | | left join jczz_doorplate_address jda on jh.house_code = jda.address_code |
| | | where 1 = 1 |