| | |
| | | select t.apartment,t.built_up_area builtUpArea,t.community_id communityId,t.create_time createTime, |
| | | t.fee_coefficient feeCoefficient,t.layer,t.room_id roomId,t.room_num roomNum,t.section, |
| | | t.state,bu.unit_id unitId,bu.unit_num unitNum,ff.floor_id floorId,ff.floor_num floorNum, |
| | | bo.age,bo.id_card idCard,bo.link,bo.member_id memberId,bo.`name`,bo.`name` ownerName,bo.owner_id ownerId,t.room_type roomType |
| | | bo.age,bo.id_card idCard,bo.link,bo.member_id memberId,bo.`name`,bo.`name` ownerName,bo.owner_id ownerId,t.room_type roomType, |
| | | t.room_sub_type roomSubType,t.room_rent roomRent,t.room_area roomArea |
| | | from building_room t |
| | | INNER JOIN building_unit bu on t.unit_id = bu.unit_id and bu.status_cd = '0' |
| | | inner join f_floor ff on bu.floor_id = ff.floor_id and ff.status_cd = '0' |
| | |
| | | </select> |
| | | |
| | | <!-- 查询小区信息 add by wuxw 2018-07-03 --> |
| | | <select id="getCommunitys" parameterType="com.java110.dto.community.CommunityDto" resultType="com.java110.dto.community.CommunityDto"> |
| | | <select id="getCommunitys" parameterType="Map" resultType="Map"> |
| | | select t.address,t.nearby_landmarks,t.nearby_landmarks nearbyLandmarks, |
| | | t.city_code,t.city_code cityCode,t.name,t.status_cd,t.status_cd statusCd,t.tel, |
| | | t.community_id,t.community_id communityId,t.b_id,t.b_id bId,t.map_y,t.map_y mapY, |