update 生产环境开启谷歌验证
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
from
|
||||
lease_user
|
||||
where
|
||||
user_id = #{email}
|
||||
user_id = #{email} AND del = false AND google_status = 0
|
||||
limit 1
|
||||
</select>
|
||||
<select id="checkSecretIfExist" resultType="java.lang.Boolean">
|
||||
@@ -40,7 +40,7 @@
|
||||
from
|
||||
lease_user
|
||||
where
|
||||
user_id = #{email}
|
||||
user_id = #{email} AND del = false
|
||||
limit 1
|
||||
</select>
|
||||
<select id="checkIfBindByEmail" resultType="java.lang.Integer">
|
||||
|
||||
Reference in New Issue
Block a user