|
|
@@ -1048,10 +1048,10 @@
|
|
|
and a.maturity = #{maturity,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="transferPriceLower != null">
|
|
|
- and a.transfer_price <![CDATA[ > ]]> #{transferPriceLower,jdbcType=DECIMAL}
|
|
|
+ and a.transfer_price <![CDATA[ >= ]]> #{transferPriceLower,jdbcType=DECIMAL}
|
|
|
</if>
|
|
|
<if test="transferPriceUpper != null">
|
|
|
- and a.transfer_price <![CDATA[ < ]]> #{transferPriceUpper,jdbcType=DECIMAL}
|
|
|
+ and a.transfer_price <![CDATA[ <= ]]> #{transferPriceUpper,jdbcType=DECIMAL}
|
|
|
</if>
|
|
|
<if test="transferMode != null">
|
|
|
and a.transfer_mode = #{transferMode,jdbcType=INTEGER}
|