Parcourir la source

修正错误字段名

mingfu il y a 1 semaine
Parent
commit
c23fc39be4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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}