From c659fd49307f67b9bca86a249253b3afdf8fd4d1 Mon Sep 17 00:00:00 2001 From: yyb <1416014977@qq.com> Date: Thu, 29 Jan 2026 14:19:51 +0800 Subject: [PATCH] =?UTF-8?q?update=20m2pool=20=E4=B8=8D=E5=86=8D=E9=99=90?= =?UTF-8?q?=E5=88=B6=E5=B7=B2=E4=B8=8B=E6=9E=B6=E5=B8=81=E7=A7=8D?= 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 1ee693a..4f3de9e 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 @@ -169,7 +169,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" user_miner_account a left join user_account_balance b on a.id = b.ma_id where - `user` = #{user} and coin != 'enx' + `user` = #{user} and a.status = 0 and b.status = 0