update m2pool 不再限制已下架币种

This commit is contained in:
yyb
2026-01-29 14:19:51 +08:00
parent 9e74f6527b
commit c659fd4930

View File

@@ -169,7 +169,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
user_miner_account a
left join user_account_balance b on a.id = b.ma_id
where
`user` = #{user} and coin != 'enx'
`user` = #{user}
and a.status = 0
and b.status = 0
</select>