From d657598d59631a4a6116de943de60d73ea24807b Mon Sep 17 00:00:00 2001 From: yyb <1416014977@qq.com> Date: Thu, 29 Jan 2026 14:35:48 +0800 Subject: [PATCH] =?UTF-8?q?update=20m2pool=20=E5=8F=AA=E8=AF=BB=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=A1=A8=E6=96=B0=E5=A2=9E=E7=8A=B6=E6=80=81=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/pool/UserAccountMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m2pool-modules/m2pool-pool/src/main/resources/mapper/pool/UserAccountMapper.xml b/m2pool-modules/m2pool-pool/src/main/resources/mapper/pool/UserAccountMapper.xml index 4f3de9e..063028b 100644 --- a/m2pool-modules/m2pool-pool/src/main/resources/mapper/pool/UserAccountMapper.xml +++ b/m2pool-modules/m2pool-pool/src/main/resources/mapper/pool/UserAccountMapper.xml @@ -266,7 +266,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" from user_page_info where - `user` =#{user} + `user` =#{user} and status = 0 order by coin,create_time desc