update m2pool 只读页面表新增状态字段查询

This commit is contained in:
yyb
2026-01-29 14:35:48 +08:00
parent 10b9a3cc6d
commit d657598d59

View File

@@ -266,7 +266,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
from
user_page_info
where
`user` =#{user}
`user` =#{user} and status = 0
order by coin,create_time desc
</select>