Antiloveg лет назад: 8
Родитель
Сommit
d3e9e76f3e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/main/java/com/goafanti/common/mapper/AchievementMapper.xml

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