浏览代码

修正错误字段名

mingfu 1 周之前
父节点
当前提交
c23fc39be4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ie-system/src/main/resources/mapper/system/SysUserMapper.xml

+ 1 - 1
ie-system/src/main/resources/mapper/system/SysUserMapper.xml

@@ -261,7 +261,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  			<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
  			<if test="remark != null">remark = #{remark},</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()
  		</set>
  		where user_id = #{userId}