Browse Source

用户修改相关

sqg 3 years ago
parent
commit
1c7472481f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tianhu-system/src/main/resources/mapper/system/SysUserMapper.xml

+ 2 - 2
tianhu-system/src/main/resources/mapper/system/SysUserMapper.xml

@@ -203,8 +203,8 @@
 			<if test="avatar != null and avatar != ''">avatar = #{avatar},</if>
 			<if test="password != null and password != ''">password = #{password},</if>
 			<if test="status != null and status != ''">status = #{status},</if>
-			<if test="frozenSecond != null and frozenSecond != ''">frozen_second = #{frozenSecond},</if>
-			<if test="frozenDate != null and frozenDate != ''">frozen_date = #{frozenDate},</if>
+			<if test="frozen_second != null and frozen_second != ''">frozen_second = #{frozen_second},</if>
+			<if test="frozen_date != null and frozen_date != ''">frozen_date = #{frozen_date},</if>
 			<if test="loginIp != null and loginIp != ''">login_ip = #{loginIp},</if>
 			<if test="loginDate != null">login_date = #{loginDate},</if>
 			<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>