|
|
@@ -604,6 +604,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="courseMaOpenId != null">course_ma_open_id,</if>
|
|
|
<if test="qwExtId != null">qw_ext_id,</if>
|
|
|
<if test="companyId != null">company_id,</if>
|
|
|
+ <if test="orderCount != null">order_count,</if>
|
|
|
<if test="companyUserId != null">company_user_id,</if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
@@ -646,6 +647,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="courseMaOpenId != null">#{courseMaOpenId},</if>
|
|
|
<if test="qwExtId != null">#{qwExtId},</if>
|
|
|
<if test="companyId != null">#{companyId},</if>
|
|
|
+ <if test="orderCount != null">#{orderCount},</if>
|
|
|
<if test="companyUserId != null">#{companyUserId},</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
@@ -693,6 +695,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="orderCount != null">order_count = #{orderCount},</if>
|
|
|
<if test="companyId != null">company_id = #{companyId},</if>
|
|
|
<if test="companyUserId != null">company_user_id = #{companyUserId},</if>
|
|
|
</trim>
|