Antiloveg 8 years ago
parent
commit
2da2022c7a
1 changed files with 2 additions and 2 deletions
  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}