Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nbya
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
haoyanbin
nbya
Commits
0ad3341a
Commit
0ad3341a
authored
3 years ago
by
haoyanbin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
username
parent
1a12c6a2
master
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
org_team_user.go
app/operate/apis/org_team_user.go
+2
-2
org_team_user.go
app/operate/service/dto/org_team_user.go
+1
-1
No files found.
app/operate/apis/org_team_user.go
View file @
0ad3341a
...
...
@@ -116,11 +116,11 @@ func (e OrgTeamUser) Insert(c *gin.Context) {
sSysUser
:=
sService
.
SysUser
{}
reqSysUser
:=
sDto
.
SysUserInsertReq
{}
e
.
MakeContext
(
c
)
.
MakeOrm
()
.
MakeService
(
&
sSysUser
.
Service
)
reqSysUser
.
Username
=
req
.
User
N
ame
reqSysUser
.
Username
=
req
.
User
n
ame
reqSysUser
.
Password
=
"123456"
reqSysUser
.
NickName
=
req
.
Name
reqSysUser
.
NickNameEn
=
req
.
NameEn
reqSysUser
.
Phone
=
req
.
User
N
ame
reqSysUser
.
Phone
=
req
.
User
n
ame
reqSysUser
.
RoleId
=
1
reqSysUser
.
Avatar
=
""
reqSysUser
.
Sex
=
req
.
Sex
...
...
This diff is collapsed.
Click to expand it.
app/operate/service/dto/org_team_user.go
View file @
0ad3341a
...
...
@@ -38,7 +38,7 @@ type OrgTeamUserInsertReq struct {
Sex
string
`json:"sex" comment:"性别"`
UserImg
string
`json:"userImg" comment:"用户照片"`
SignImg
string
`json:"signImg" comment:"签名照片"`
User
Name
string
`json:"userN
ame" comment:"账号"`
User
name
string
`json:"usern
ame" comment:"账号"`
common
.
ControlBy
}
...
...
This diff is collapsed.
Click to expand it.
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