@@ -351,6 +351,8 @@
<if test="record.isSend != null and !"".equals(record.isSend)">
and is_send = #{record.isSend}
</if>
+ and loan_status != 2
+ and status != 1
</where>
order by id desc
</select>