From f93ca1735cafb98a0efd059e9e61d134e42d5513 Mon Sep 17 00:00:00 2001 From: yyb <1416014977@qq.com> Date: Wed, 28 Jan 2026 10:50:40 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=8C=96=E7=9F=BF=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E4=B8=8D=E5=9C=A8=E5=B1=95=E7=A4=BAstatus=20?= =?UTF-8?q?=3D=200=E7=9A=84=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/lease/LeaseOrderMiningMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/lease/LeaseOrderMiningMapper.xml b/src/main/resources/mapper/lease/LeaseOrderMiningMapper.xml index 51e38d4..88e55a5 100644 --- a/src/main/resources/mapper/lease/LeaseOrderMiningMapper.xml +++ b/src/main/resources/mapper/lease/LeaseOrderMiningMapper.xml @@ -79,7 +79,7 @@ watch_url as watchUrl, MAX(end_time) as endTime FROM lease_order_mining - WHERE auth_id = #{authId} + WHERE auth_id = #{authId} AND status = 1 GROUP BY coin,`algorithm`,pool,pool_url,pool_user,wallet_address,watch_url ORDER BY endTime DESC