|
|
@@ -2272,7 +2272,7 @@
|
|
|
select t.payer_obj_name payerObjName,br.built_up_area builtUpArea,pfc.square_price squarePrice, t.fee_id feeId,t.end_time startTime,t.deadline_time endTime,t.amount_owed oweAmount
|
|
|
from report_owe_fee t
|
|
|
left join building_room br on t.payer_obj_id = br.room_id and br.status_cd = '0'
|
|
|
- left join pay_fee_config pfc on t.config_id = pfc.config_id and pfc.config_id = '0'
|
|
|
+ left join pay_fee_config pfc on t.config_id = pfc.config_id and pfc.status_cd = '0'
|
|
|
where t.amount_owed > 0
|
|
|
and pfc.fee_type_cd = '888800010001'
|
|
|
<if test="communityId !=null and communityId != ''">
|
|
|
@@ -2286,7 +2286,7 @@
|
|
|
select t.payer_obj_name payerObjName,br.built_up_area builtUpArea,pfc.square_price squarePrice, t.fee_id feeId,t.end_time startTime,t.deadline_time endTime,t.amount_owed oweAmount
|
|
|
from report_owe_fee t
|
|
|
left join building_room br on t.payer_obj_id = br.room_id and br.status_cd = '0'
|
|
|
- left join pay_fee_config pfc on t.config_id = pfc.config_id and pfc.config_id = '0'
|
|
|
+ left join pay_fee_config pfc on t.config_id = pfc.config_id and pfc.status_cd = '0'
|
|
|
where t.amount_owed > 0
|
|
|
and pfc.fee_type_cd = '888800010001'
|
|
|
<if test="communityId !=null and communityId != ''">
|