|
|
@@ -38,7 +38,7 @@
|
|
|
pfd.community_id
|
|
|
left join pay_fee pf on t.fee_id = pf.fee_id and pf.status_cd = '0' and t.community_id = pf.community_id
|
|
|
LEFT JOIN meter_water mw on t.fee_id = mw.fee_id and mw.status_cd = '0' and t.community_id = mw.community_id
|
|
|
- left join t_dict d on t.prime_rate = d.status_cd and d.table_name="pay_fee_detail" and d.table_columns='prime_rate'
|
|
|
+ left join t_dict d on pfd.prime_rate = d.status_cd and d.table_name="pay_fee_detail" and d.table_columns='prime_rate'
|
|
|
where 1 =1
|
|
|
|
|
|
<if test="area !=null and area != ''">
|