Antiloveg 8 lat temu
rodzic
commit
d3e9e76f3e

+ 2 - 2
src/main/java/com/goafanti/common/mapper/AchievementMapper.xml

@@ -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">