|
|
@@ -650,6 +650,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="courseMaOpenId != null">course_ma_open_id = #{courseMaOpenId},</if>
|
|
|
<if test="parentId != null">parent_id = #{parentId},</if>
|
|
|
<if test="qwExtId != null">qw_ext_id = #{qwExtId},</if>
|
|
|
+ <if test="isPromoter != null">is_promoter = #{isPromoter},</if>
|
|
|
<if test="companyId != null">company_id = #{companyId},</if>
|
|
|
<if test="orderCount != null">order_count = #{orderCount},</if>
|
|
|
<if test="companyUserId != null">company_user_id = #{companyUserId},</if>
|