update m2pool 只读页面表新增状态字段查询
This commit is contained in:
@@ -266,7 +266,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
from
|
from
|
||||||
user_page_info
|
user_page_info
|
||||||
where
|
where
|
||||||
`user` =#{user}
|
`user` =#{user} and status = 0
|
||||||
order by coin,create_time desc
|
order by coin,create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user