@@ -131,7 +131,8 @@
LEFT JOIN t_fees fee ON fee.f_id = itme.f_feeid
<where>
<if test="fLineno != null and fLineno != ''">and corp.f_id = #{fLineno}</if>
- and agre.f_billstatus = 0
+ and agre.f_billstatus = 6
+ and agre.f_status = 1
</where>
</select>