From 38f2dbee9125d41849a9faa1be30a750a3d9efb7 Mon Sep 17 00:00:00 2001 From: yyb <1416014977@qq.com> Date: Fri, 9 Jan 2026 15:16:36 +0800 Subject: [PATCH] =?UTF-8?q?update=20m2pool=20=E6=B3=A8=E9=94=80=E7=94=A8?= =?UTF-8?q?=E6=88=B7=EF=BC=8C=E5=86=8D=E6=AC=A1=E6=B3=A8=E5=86=8C=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=90=8E=E7=9B=B8=E5=85=B3=E6=A0=A1=E9=AA=8C=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/pool/GoogleAuthMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m2pool-modules/m2pool-pool/src/main/resources/mapper/pool/GoogleAuthMapper.xml b/m2pool-modules/m2pool-pool/src/main/resources/mapper/pool/GoogleAuthMapper.xml index c63e80a..fce9ff0 100644 --- a/m2pool-modules/m2pool-pool/src/main/resources/mapper/pool/GoogleAuthMapper.xml +++ b/m2pool-modules/m2pool-pool/src/main/resources/mapper/pool/GoogleAuthMapper.xml @@ -24,7 +24,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" from sys_user where - email = #{email} and google_status = 1 and del_flag = 0 + email = #{email} and google_status = 0 and del_flag = 0 limit 1