From fde08f84fc806a6c45f186199144d11761a0572a Mon Sep 17 00:00:00 2001 From: yyb <1416014977@qq.com> Date: Thu, 22 Jan 2026 16:01:28 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BF=AE=E5=A4=8Dwatch=5Furl=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/lease/LeaseOrderMiningMapper.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/mapper/lease/LeaseOrderMiningMapper.xml b/src/main/resources/mapper/lease/LeaseOrderMiningMapper.xml index 61c89eb..1ed5fb0 100644 --- a/src/main/resources/mapper/lease/LeaseOrderMiningMapper.xml +++ b/src/main/resources/mapper/lease/LeaseOrderMiningMapper.xml @@ -64,7 +64,7 @@ UPDATE lease_order_mining - SET watch_url = #{clientConfigurationMining.watchUrl} + SET watch_url = #{clientConfigurationMining.watch_url} WHERE user_id = #{userEmail} AND pool = #{clientConfigurationMining.pool} @@ -117,9 +117,9 @@ WHERE wallet = #{wallet} AND coin = #{coin} AND miner IN ( - - #{item.workerId} - + + #{item.workerId} + ) ORDER BY miner, datetime DESC ) sub, @@ -211,7 +211,7 @@ pool = #{info.pool} AND pool_url = #{info.poolUrl} AND coin = #{info.coin} AND - `algorithm` = #{info.algorithm} + `algorithm` = #{info.algorithm} AND status = 1