update 修复watch_url查询字段

This commit is contained in:
yyb
2026-01-22 16:01:28 +08:00
parent 5749bd9cad
commit fde08f84fc

View File

@@ -64,7 +64,7 @@
</insert>
<update id="updateOrderMining">
UPDATE lease_order_mining
SET watch_url = #{clientConfigurationMining.watchUrl}
SET watch_url = #{clientConfigurationMining.watch_url}
WHERE user_id = #{userEmail} AND pool = #{clientConfigurationMining.pool}
</update>
@@ -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
</select>