Antiloveg 9 년 전
부모
커밋
2da2022c7a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/java/com/goafanti/common/mapper/DemandMapper.xml

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

@@ -926,7 +926,7 @@
   			and d.budget_cost <![CDATA[ >= ]]> #{budgetCostLower,jdbcType=DECIMAL}
   		</if>
   		<if test="budgetCostUpper != null">
-  			and d.budget_cost <![CDATA[ <= ]]> #{budgetCostUpper,jdbcType=DECIMAL}}
+  			and d.budget_cost <![CDATA[ <= ]]> #{budgetCostUpper,jdbcType=DECIMAL}
   		</if>
   		<if test="demandType != null">
   			and d.demand_type = #{demandType,jdbcType=INTEGER}
@@ -961,7 +961,7 @@
   			and d.budget_cost <![CDATA[ >= ]]> #{budgetCostLower,jdbcType=DECIMAL}
   		</if>
   		<if test="budgetCostUpper != null">
-  			and d.budget_cost <![CDATA[ <= ]]> #{budgetCostUpper,jdbcType=DECIMAL}}
+  			and d.budget_cost <![CDATA[ <= ]]> #{budgetCostUpper,jdbcType=DECIMAL}
   		</if>
   		<if test="demandType != null">
   			and d.demand_type = #{demandType,jdbcType=INTEGER}