This commit is contained in:
linfso 2025-03-10 14:42:25 +08:00
parent 919d88ec0d
commit 2e5bdf3a7a

View File

@ -63,11 +63,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and a.curMoney <![CDATA[ <= ]]> #{params.endCurMoney}
</if>
<if test="params.beginCurMoneyRateRange != null and params.beginCurMoneyRateRange != ''">
and a.cur_money_rate <![CDATA[ >= ]]> #{params.beginCurMoneyRateRange}
<if test="params.beginCurMoneyRate != null and params.beginCurMoneyRate != ''">
and a.cur_money_rate <![CDATA[ >= ]]> #{params.beginCurMoneyRate}
</if>
<if test="params.endCurMoneyRateRange != null and params.endCurMoneyRateRange != ''">
and a.cur_money_rate <![CDATA[ <= ]]> #{params.endCurMoneyRateRange}
<if test="params.endCurMoneyRate != null and params.endCurMoneyRate != ''">
and a.cur_money_rate <![CDATA[ <= ]]> #{params.endCurMoneyRate}
</if>
<if test="params.payee != null and params.payee != ''">