|
@@ -554,6 +554,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="isAddQw != null">is_add_qw,</if>
|
|
<if test="isAddQw != null">is_add_qw,</if>
|
|
|
<if test="courseMaOpenId != null">course_ma_open_id,</if>
|
|
<if test="courseMaOpenId != null">course_ma_open_id,</if>
|
|
|
<if test="qwExtId != null">qw_ext_id,</if>
|
|
<if test="qwExtId != null">qw_ext_id,</if>
|
|
|
|
|
+ <if test="orderCount != null">order_count,</if>
|
|
|
<if test="companyId != null">company_id,</if>
|
|
<if test="companyId != null">company_id,</if>
|
|
|
<if test="companyUserId != null">company_user_id,</if>
|
|
<if test="companyUserId != null">company_user_id,</if>
|
|
|
</trim>
|
|
</trim>
|
|
@@ -596,6 +597,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="isAddQw != null">#{isAddQw},</if>
|
|
<if test="isAddQw != null">#{isAddQw},</if>
|
|
|
<if test="courseMaOpenId != null">#{courseMaOpenId},</if>
|
|
<if test="courseMaOpenId != null">#{courseMaOpenId},</if>
|
|
|
<if test="qwExtId != null">#{qwExtId},</if>
|
|
<if test="qwExtId != null">#{qwExtId},</if>
|
|
|
|
|
+ <if test="orderCount != null">#{orderCount},</if>
|
|
|
<if test="companyId != null">#{companyId},</if>
|
|
<if test="companyId != null">#{companyId},</if>
|
|
|
<if test="companyUserId != null">#{companyUserId},</if>
|
|
<if test="companyUserId != null">#{companyUserId},</if>
|
|
|
</trim>
|
|
</trim>
|
|
@@ -644,6 +646,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="parentId != null">parent_id = #{parentId},</if>
|
|
<if test="parentId != null">parent_id = #{parentId},</if>
|
|
|
<if test="qwExtId != null">qw_ext_id = #{qwExtId},</if>
|
|
<if test="qwExtId != null">qw_ext_id = #{qwExtId},</if>
|
|
|
<if test="companyId != null">company_id = #{companyId},</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>
|
|
<if test="companyUserId != null">company_user_id = #{companyUserId},</if>
|
|
|
</trim>
|
|
</trim>
|
|
|
where user_id = #{userId}
|
|
where user_id = #{userId}
|