|
@@ -22,8 +22,9 @@
|
|
|
statusCd,t.renting_title,t.renting_title rentingTitle,t.check_in,t.check_in
|
|
statusCd,t.renting_title,t.renting_title rentingTitle,t.check_in,t.check_in
|
|
|
checkIn,t.renting_id,t.renting_id rentingId,t.room_id,t.room_id roomId,t.payment_type,t.payment_type
|
|
checkIn,t.renting_id,t.renting_id rentingId,t.room_id,t.room_id roomId,t.payment_type,t.payment_type
|
|
|
paymentType,t.owner_name,t.owner_name ownerName,t.price,t.state,t.community_id,t.community_id
|
|
paymentType,t.owner_name,t.owner_name ownerName,t.price,t.state,t.community_id,t.community_id
|
|
|
- communityId,t.longitude
|
|
|
|
|
|
|
+ communityId,t.longitude,name stateName
|
|
|
from renting_pool t
|
|
from renting_pool t
|
|
|
|
|
+ left join t_dict td on td.status_cd = t.state and td.table_name = 'renting_pool' and td.table_columns = 'state'
|
|
|
where 1 =1
|
|
where 1 =1
|
|
|
<if test="latitude !=null and latitude != ''">
|
|
<if test="latitude !=null and latitude != ''">
|
|
|
and t.latitude= #{latitude}
|
|
and t.latitude= #{latitude}
|