| | |
| | | <result column="remark" property="remark"/> |
| | | <result column="is_deleted" property="isDeleted"/> |
| | | <result column="confirm_flag" property="confirmFlag"/> |
| | | <result column="housing_rental_id" property="housingRentalId"/> |
| | | </resultMap> |
| | | |
| | | <sql id="selectHousehold"> |
| | |
| | | update_time, |
| | | remark, |
| | | is_deleted, |
| | | confirm_flag |
| | | confirm_flag, |
| | | housing_rental_id |
| | | from jczz_household |
| | | </sql> |
| | | |
| | |
| | | <!--导出数据--> |
| | | <select id="export" resultType="org.springblade.modules.house.excel.HouseHoldExcel"> |
| | | select |
| | | jh.house_code houseCode, |
| | | jh.name,jh.phone_number phoneNumber,jh.role_type roleType,jh.relationship relationship, |
| | | jh.is_primary_contact isPrimaryContact,jh.residential_status residentialStatus,jh.gender, |
| | | jh.birthday,jh.id_card idCard,jh.hkmt_pass hkmtPass,jh.passport,jh.ethnicity,jh.education, |