@@ -27,6 +27,8 @@
<if test="params.type != null">and pay_type = #{params.type}</if>
<if test="params.amtType != null">and amt_type = #{params.amtType}</if>
<if test="params.remark != null">and remark like concat('%',#{params.remark},'%')</if>
+ and del_flg = 1
</where>
+ order by id desc
</select>
</mapper>