|
|
@@ -1003,7 +1003,7 @@
|
|
|
and a.bargaining_mode = #{bargainingMode,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
|
|
|
- <if test="maturity != maturity">
|
|
|
+ <if test="maturity != null">
|
|
|
and a.maturity = #{maturity,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="transferPriceLower != null">
|
|
|
@@ -1044,7 +1044,7 @@
|
|
|
<if test="category != null">
|
|
|
and a.category = #{category,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
- <if test="maturity != maturity">
|
|
|
+ <if test="maturity != null">
|
|
|
and a.maturity = #{maturity,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="transferPriceLower != null">
|