fix:定时任务相关,信用卡分期入账信息自动入账。
This commit is contained in:
@@ -42,6 +42,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="repaymentDate!=null and repaymentDate !=''">
|
||||
and #{repaymentDate}>=to_char(a.repayment_date, 'yyyy-MM-dd')
|
||||
</if>
|
||||
<if test="repaymentEqualDate!=null and repaymentEqualDate !=''">
|
||||
and #{repaymentEqualDate}=to_char(a.repayment_date, 'yyyy-MM-dd')
|
||||
</if>
|
||||
<if test="startDate!=null and startDate !=''">
|
||||
and to_char(a.repayment_date, 'yyyy-MM-dd')>=#{startDate}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user