|
|
@@ -98,6 +98,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="traceId != null">trace_id,</if>
|
|
|
<if test="roboticId != null">robotic_id,</if>
|
|
|
<if test="customerId != null">customer_id,</if>
|
|
|
+ <if test="isWeCom != null">is_we_com,</if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="roboticWxId != null">#{roboticWxId},</if>
|
|
|
@@ -112,6 +113,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="traceId != null">#{traceId},</if>
|
|
|
<if test="roboticId != null">#{roboticId},</if>
|
|
|
<if test="customerId != null">#{customerId},</if>
|
|
|
+ <if test="isWeCom != null">#{isWeCom},</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
|
|
|
@@ -128,6 +130,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
|
<if test="createTime != null">create_time = #{createTime},</if>
|
|
|
<if test="dialogId != null">dialog_id = #{dialogId},</if>
|
|
|
+ <if test="accountId != null">account_id = #{accountId},</if>
|
|
|
+ <if test="companyUserId != null">company_user_id = #{companyUserId},</if>
|
|
|
</trim>
|
|
|
where id = #{id}
|
|
|
</update>
|