Commit 25bd3316 authored by chenzhao's avatar chenzhao

还款导出支持筛选导出 up bug

parent 4ebf4a99
......@@ -62,7 +62,7 @@
<if test="dto.period != null and dto.period != ''" >
and period like concat('%',#{dto.period},'%')
</if>
<if test="dto.dto.repayDate != null and dto.dto.repayDate != ''" >
<if test="dto.repayDate != null and dto.repayDate != ''" >
and repay_date = #{dto.repayDate}
</if>
<if test="dto.repayState != null and dto.repayState != ''" >
......
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