|
@@ -264,9 +264,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="loginDate != null">login_date = #{loginDate},</if>
|
|
<if test="loginDate != null">login_date = #{loginDate},</if>
|
|
|
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
|
|
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
|
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
|
- <if test="openId != null">
|
|
|
|
|
- open_id = #{openId,jdbcType=VARCHAR},
|
|
|
|
|
- </if>
|
|
|
|
|
|
|
+ <if test="openId != null"> open_id = #{openId,jdbcType=VARCHAR}, </if>
|
|
|
<if test="superiorId != null">
|
|
<if test="superiorId != null">
|
|
|
superior_id = #{superiorId,jdbcType=BIGINT},
|
|
superior_id = #{superiorId,jdbcType=BIGINT},
|
|
|
</if>
|
|
</if>
|