This commit is contained in:
linfso 2024-12-27 11:24:49 +08:00
parent 4c3dffe8fb
commit 03744cad03

View File

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