delete from pay_fee where 1=1
and community_id = #{communityId}
delete from pay_fee_detail where 1=1
and community_id = #{communityId}
delete from report_owe_fee where 1=1
and community_id = #{communityId}
delete from pay_fee_detail_month where 1=1
and community_id = #{communityId}