|
|
@@ -562,6 +562,7 @@
|
|
|
<if test="companyUserId != null">company_user_id = #{companyUserId},</if>
|
|
|
<if test="isPromoter != null">is_promoter = #{isPromoter},</if>
|
|
|
<if test="spreadUserId != null">spread_user_id = #{spreadUserId},</if>
|
|
|
+ <if test="brokeragePrice != null">brokerage_price = #{brokeragePrice},</if>
|
|
|
</trim>
|
|
|
where user_id = #{userId}
|
|
|
</update>
|