|
@@ -113,11 +113,11 @@
|
|
|
<if test="planNum != null">
|
|
|
plan_num_ = #{planNum},
|
|
|
</if>
|
|
|
- <if test="planNum != null">
|
|
|
- plan_num_ = #{planNum},
|
|
|
+ <if test="feeType != null">
|
|
|
+ fee_type_ = #{feeType},
|
|
|
</if>
|
|
|
- <if test="planNum != null">
|
|
|
- plan_num_ = #{planNum},
|
|
|
+ <if test="feeAmount != null">
|
|
|
+ fee_amount_ = #{feeAmount},
|
|
|
</if>
|
|
|
<if test="version != null">
|
|
|
`version` = `version`+1
|