|
@@ -261,7 +261,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<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="userTypeId != null">user_type_id = #{userTypeId},</if>
|
|
<if test="userTypeId != null">user_type_id = #{userTypeId},</if>
|
|
|
- <if test="accountType != null">accountType = #{accountType},</if>
|
|
|
|
|
|
|
+ <if test="accountType != null">account_type = #{accountType},</if>
|
|
|
update_time = sysdate()
|
|
update_time = sysdate()
|
|
|
</set>
|
|
</set>
|
|
|
where user_id = #{userId}
|
|
where user_id = #{userId}
|