update 解决谷歌验证开启秘钥丢失问题

This commit is contained in:
yyb
2026-01-13 16:47:04 +08:00
parent d7556b94c7
commit c623837d52
2 changed files with 3 additions and 7 deletions

View File

@@ -58,9 +58,8 @@
<update id="closeGoogleAuthenticator">
update lease_user
set
google_auth = '',
google_status = 2
where user_id = #{info.email}
where user_id = #{info.email} and del = false
</update>
<update id="openGoogleAuthenticator">