|
@ -96,6 +96,7 @@ |
|
|
(case when a.RENT_FLAG = '0' then '自住' |
|
|
(case when a.RENT_FLAG = '0' then '自住' |
|
|
when a.RENT_FLAG = '1' then '出租' |
|
|
when a.RENT_FLAG = '1' then '出租' |
|
|
when a.RENT_FLAG = '2' then '闲置' |
|
|
when a.RENT_FLAG = '2' then '闲置' |
|
|
|
|
|
when a.RENT_FLAG = '3' then '未出售' |
|
|
else '' end) as rentFlag, |
|
|
else '' end) as rentFlag, |
|
|
a.OWNER_NAME as ownerName, |
|
|
a.OWNER_NAME as ownerName, |
|
|
a.OWNER_PHONE as ownerPhone, |
|
|
a.OWNER_PHONE as ownerPhone, |
|
@ -467,6 +468,7 @@ |
|
|
(case when a.RENT_FLAG = '0' then '自住' |
|
|
(case when a.RENT_FLAG = '0' then '自住' |
|
|
when a.RENT_FLAG = '1' then '出租' |
|
|
when a.RENT_FLAG = '1' then '出租' |
|
|
when a.RENT_FLAG = '2' then '闲置' |
|
|
when a.RENT_FLAG = '2' then '闲置' |
|
|
|
|
|
when a.RENT_FLAG = '3' then '未出售' |
|
|
else '' end) as rentFlag, |
|
|
else '' end) as rentFlag, |
|
|
a.OWNER_NAME as ownerName, |
|
|
a.OWNER_NAME as ownerName, |
|
|
a.OWNER_PHONE as ownerPhone, |
|
|
a.OWNER_PHONE as ownerPhone, |
|
|