|
@@ -415,10 +415,10 @@
|
|
|
<if test="costEscrow != null" >
|
|
<if test="costEscrow != null" >
|
|
|
cost_escrow = #{costEscrow,jdbcType=DECIMAL},
|
|
cost_escrow = #{costEscrow,jdbcType=DECIMAL},
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="budgetCost != null budgetCost != '' " >
|
|
|
|
|
|
|
+ <if test="budgetCost != null" >
|
|
|
budget_cost = #{budgetCost,jdbcType=DECIMAL},
|
|
budget_cost = #{budgetCost,jdbcType=DECIMAL},
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="budgetCost == ''" >
|
|
|
|
|
|
|
+ <if test="budgetCost ==0'" >
|
|
|
budget_cost = null,
|
|
budget_cost = null,
|
|
|
</if>
|
|
</if>
|
|
|
<if test="validityPeriod != null" >
|
|
<if test="validityPeriod != null" >
|