limeng 3 روز پیش
والد
کامیت
360d1b03e4
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  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>