md
This commit is contained in:
parent
919d88ec0d
commit
2e5bdf3a7a
@ -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 != ''">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user