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