|
|
@@ -923,10 +923,10 @@
|
|
|
and d.industry_category_b = #{industryCategoryB,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="budgetCostLower != null">
|
|
|
- and d.budget_cost <![CDATA[ > ]]>= #{budgetCostLower,jdbcType=DECIMAL}
|
|
|
+ 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}
|
|
|
@@ -955,10 +955,10 @@
|
|
|
and d.industry_category_b = #{industryCategoryB,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="budgetCostLower != null">
|
|
|
- and d.budget_cost <![CDATA[ > ]]>= #{budgetCostLower,jdbcType=DECIMAL}
|
|
|
+ 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}
|