Commit 4ebf4a99 authored by chenzhao's avatar chenzhao

还款导出支持筛选导出

parent 32d536ba
......@@ -62,11 +62,11 @@
<if test="dto.period != null and dto.period != ''" >
and period like concat('%',#{dto.period},'%')
</if>
<if test="dto.repayDate != null and dto.repayDate != ''" >
<if test="dto.dto.repayDate != null and dto.dto.repayDate != ''" >
and repay_date = #{dto.repayDate}
</if>
<if test="dto.repayState != null and dto.repayState != ''" >
and repay_state= #{repayState}
and repay_state= #{dto.repayState}
</if>
<if test="dto.sequenceNbrList != null and dto.sequenceNbrList.size() > 0" >
and sequence_nbr in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment