update 挖矿信息导航不在展示status = 0的数据

This commit is contained in:
yyb
2026-01-28 10:50:40 +08:00
parent 189089c676
commit f93ca1735c

View File

@@ -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
</select>