limeng 3 giorni fa
parent
commit
360d1b03e4
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      src/main/resources/mapper/system/SysUserMapper.xml

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

@@ -568,8 +568,7 @@
             <if test="dahuaPassword != null and dahuaPassword != ''">dahua_password= #{dahuaPassword},</if>
             <if test="haikangAccount != null and haikangAccount != ''">haikang_account= #{haikangAccount},</if>
             <if test="haikangPassword != null and haikangPassword != ''">haikang_password= #{haikangPassword},</if>
-            update_time = sysdate(),
-            update_pwd_time = null
+            update_time = sysdate()
         </set>
         where user_id = #{userId}
     </update>