| | |
| | | t.user_id userId,t.room_id,t.room_id roomId,t.layer,t.built_up_area,t.built_up_area builtUpArea,t.room_num, |
| | | t.room_num roomNum,t.unit_id,t.unit_id unitId,t.b_id,t.b_id bId,t.apartment,t.state,u.`unit_num` unitNum, |
| | | t.room_type roomType,t.room_type,t.room_sub_type,t.room_rent,t.room_area,t.room_sub_type roomSubType,t.room_rent |
| | | roomRent,t.room_area roomArea |
| | | roomRent,t.room_area roomArea,t.door_room_num doorRoomNum,t.property_type propertyType,t.property_address propertyAddress,t.house_certificate_no houseCertificateNo |
| | | FROM |
| | | building_room t |
| | | INNER JOIN building_unit u on t.`unit_id` = u.`unit_id` and u.`status_cd` = '0' |
| | |
| | | u.unit_id unitId,f.floor_id floorId,f.floor_num floorNum,f.floor_area floorArea,u.unit_area unitArea,td.name |
| | | stateName,t.room_type roomType,t.room_type,t.`community_id` communityId,td1.`name` roomSubTypeName |
| | | ,t.room_sub_type,t.room_rent,t.room_area,t.room_sub_type roomSubType,t.room_rent roomRent,t.room_area roomArea, |
| | | t.door_room_num doorRoomNum,t.property_type propertyType,t.property_address propertyAddress,t.house_certificate_no houseCertificateNo, |
| | | concat(f.floor_num,'-',u.unit_num,'-',t.room_num) roomName |
| | | FROM building_room t |
| | | inner join building_unit u on t.`unit_id` = u.`unit_id` and u.`status_cd` = '0' |