From 2537d0dab450ebd28abf5aaa63b7d63c5f10ba39 Mon Sep 17 00:00:00 2001 From: yyb <1416014977@qq.com> Date: Fri, 9 Jan 2026 10:39:47 +0800 Subject: [PATCH] =?UTF-8?q?update=20m2pool=20=E6=8C=96=E7=9F=BF=E8=B4=A6?= =?UTF-8?q?=E6=88=B7=E6=96=B0=E5=A2=9E=E6=8E=A5=E5=8F=A3,=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E8=B0=B7=E6=AD=8C=E9=AA=8C=E8=AF=81=E7=A0=81=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=96=B0=E5=A2=9E=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E6=8C=96=E7=9F=BF=E8=B4=A6=E6=88=B7=E6=9C=AA=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=92=8Cgoogle=5Fstatus=20=E4=B8=BA1=E5=BC=80=E5=90=AF?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= 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 03812da..c63e80a 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} + email = #{email} and google_status = 1 and del_flag = 0 limit 1