Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fzm-joying
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lei
fzm-joying
Commits
f54d052a
Commit
f54d052a
authored
Jul 09, 2021
by
tangtuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改后台用户列表
parent
eec97329
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
UserListVo.java
...on/src/main/java/com/fzm/common/entity/vo/UserListVo.java
+2
-2
UserMapper.xml
joying-common/src/main/resources/mapper/UserMapper.xml
+1
-1
No files found.
joying-common/src/main/java/com/fzm/common/entity/vo/UserListVo.java
View file @
f54d052a
...
@@ -23,8 +23,8 @@ public class UserListVo {
...
@@ -23,8 +23,8 @@ public class UserListVo {
@ApiModelProperty
(
"昵称"
)
@ApiModelProperty
(
"昵称"
)
private
String
nickname
;
private
String
nickname
;
@ApiModelProperty
(
"
实名认证状态 0-未认证 1-认证成功 2-认证失败 3-认证中
"
)
@ApiModelProperty
(
"
认证类型 0-个人认证 1-企业认证
"
)
private
Integer
auth
Status
;
private
Integer
auth
Type
;
@ApiModelProperty
(
"已发行nft数"
)
@ApiModelProperty
(
"已发行nft数"
)
private
Integer
publishCount
;
private
Integer
publishCount
;
...
...
joying-common/src/main/resources/mapper/UserMapper.xml
View file @
f54d052a
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
SELECT u.id,
SELECT u.id,
u.telephone,
u.telephone,
u.nickname,
u.nickname,
u.auth_
status
,
u.auth_
type
,
u.create_date AS registerDate,
u.create_date AS registerDate,
(select count(0) from tb_nft n where u.id = n.user_id) as publishCount
(select count(0) from tb_nft n where u.id = n.user_id) as publishCount
FROM tb_user u
FROM tb_user u
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment