Przeglądaj źródła

修正错误字段名

mingfu 1 tydzień temu
rodzic
commit
c23fc39be4

+ 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}