id, street_id, community_id, village_id, alley, house_num, unit_no, floor, house_no, code, address, status, purpose, control_status, is_empty, construct_purpose, construct_area, path, create_at, update_at update com_mng_population_house set unit_no = #{newUnitNo} where village_id = #{villageId} and floor = #{floor} and unit_no = #{oldUnitNo} update com_mng_population_house `address` = #{item.address}, `path` = #{item.path}, `unit_no` = #{item.unitNo}, `update_at` = NOW() WHERE `id` = #{item.id}