@@ -132,7 +132,8 @@
<where>
<if test="fLineno != null and fLineno != ''">and corp.f_id = #{fLineno}</if>
and agre.f_billstatus = 6
- and agre.f_status = 1
+ and agre.f_status = 0
+ and agre.f_feetypeid = 1
</where>
</select>