update m2pool 不再限制已下架币种
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user