|
|
@@ -355,7 +355,6 @@
|
|
|
left join building_unit bu on a.unit_id = bu.unit_id and bu.status_cd = '0'
|
|
|
where
|
|
|
1=1
|
|
|
- -- and bu.floor_id = a.floor_id
|
|
|
and a.status_cd = '0'
|
|
|
and pf.payer_obj_type = '3333'
|
|
|
and t.community_id= a.community_id
|
|
|
@@ -383,7 +382,6 @@
|
|
|
left join building_unit bu on a.unit_id = bu.unit_id and bu.status_cd = '0'
|
|
|
where
|
|
|
1=1
|
|
|
- -- and bu.floor_id = a.floor_id
|
|
|
and a.status_cd = '0'
|
|
|
and pf.payer_obj_type = '3333'
|
|
|
and t.community_id= a.community_id
|
|
|
@@ -511,7 +509,6 @@
|
|
|
left join building_unit bu on a.unit_id = bu.unit_id and bu.status_cd = '0'
|
|
|
where
|
|
|
1=1
|
|
|
- -- and bu.floor_id = a.floor_id
|
|
|
and a.status_cd = '0'
|
|
|
and pf.payer_obj_type = '3333'
|
|
|
and t.community_id= a.community_id
|
|
|
@@ -539,7 +536,6 @@
|
|
|
left join building_unit bu on a.unit_id = bu.unit_id and bu.status_cd = '0'
|
|
|
where
|
|
|
1=1
|
|
|
- -- and bu.floor_id = a.floor_id
|
|
|
and a.status_cd = '0'
|
|
|
and pf.payer_obj_type = '3333'
|
|
|
and t.community_id= a.community_id
|