Antiloveg 8 년 전
부모
커밋
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">