|
|
@@ -560,6 +560,8 @@
|
|
|
<if test="qwExtId != null">qw_ext_id = #{qwExtId},</if>
|
|
|
<if test="companyId != null">company_id = #{companyId},</if>
|
|
|
<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>
|
|
|
</trim>
|
|
|
where user_id = #{userId}
|
|
|
</update>
|