|
@@ -153,6 +153,9 @@
|
|
<if test="costMargin != null">
|
|
<if test="costMargin != null">
|
|
cost_margin_ = #{costMargin},
|
|
cost_margin_ = #{costMargin},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="sellAmount != null">
|
|
|
|
+ sell_amount_ = #{sellAmount},
|
|
|
|
+ </if>
|
|
<if test="orderId != null">
|
|
<if test="orderId != null">
|
|
order_id_ = #{orderId},
|
|
order_id_ = #{orderId},
|
|
</if>
|
|
</if>
|