|
@@ -356,6 +356,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="levelType != null">level_type = #{levelType},</if>
|
|
<if test="levelType != null">level_type = #{levelType},</if>
|
|
|
<if test="firstTime != null">first_time = #{firstTime},</if>
|
|
<if test="firstTime != null">first_time = #{firstTime},</if>
|
|
|
<if test="registerTime != null">register_time = #{registerTime},</if>
|
|
<if test="registerTime != null">register_time = #{registerTime},</if>
|
|
|
|
|
+ <if test="nextContactTime != null">next_contact_time = #{nextContactTime},</if>
|
|
|
</trim>
|
|
</trim>
|
|
|
where id = #{id}
|
|
where id = #{id}
|
|
|
</update>
|
|
</update>
|