update m2pool 只读页面表新增状态字段查询
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user