Commit f54d052a authored by tangtuo's avatar tangtuo

修改后台用户列表

parent eec97329
......@@ -23,8 +23,8 @@ public class UserListVo {
@ApiModelProperty("昵称")
private String nickname;
@ApiModelProperty("实名认证状态 0-未认证 1-认证成功 2-认证失败 3-认证中")
private Integer authStatus;
@ApiModelProperty("认证类型 0-个人认证 1-企业认证")
private Integer authType;
@ApiModelProperty("已发行nft数")
private Integer publishCount;
......
......@@ -6,7 +6,7 @@
SELECT u.id,
u.telephone,
u.nickname,
u.auth_status,
u.auth_type,
u.create_date AS registerDate,
(select count(0) from tb_nft n where u.id = n.user_id) as publishCount
FROM tb_user u
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment