This commit is contained in:
linfso 2024-12-27 11:08:55 +08:00
parent 2bc8714f76
commit 4e09833c80

View File

@ -262,7 +262,7 @@
where 1=1
<!-- 超期回款 -->
<if test="params.isNeedRecdPay != null and params.isNeedRecdPay=1 ">
and tba.expiredNoRecdPayMoney <![CDATA[ >= ]]> 0
and ( expiredNoRecdPayMoney <![CDATA[ >= ]]> 0 or noRecdPayMoney <![CDATA[ >= ]]> 0 )
</if>