update 挖矿信息导航不在展示status = 0的数据
This commit is contained in:
@@ -79,7 +79,7 @@
|
|||||||
watch_url as watchUrl,
|
watch_url as watchUrl,
|
||||||
MAX(end_time) as endTime
|
MAX(end_time) as endTime
|
||||||
FROM lease_order_mining
|
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
|
GROUP BY coin,`algorithm`,pool,pool_url,pool_user,wallet_address,watch_url
|
||||||
ORDER BY endTime DESC
|
ORDER BY endTime DESC
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user