Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
GeoFlyApi
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GeoFly
GeoFlyApi
Commits
3c187c77
Commit
3c187c77
authored
Mar 14, 2026
by
tntxia
Committed by
gdj
Mar 14, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增用户加上新增标识
parent
3f844774
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
sample/src/main/java/com/dji/sample/manage/service/impl/UserServiceImpl.java
+1
-0
No files found.
sample/src/main/java/com/dji/sample/manage/service/impl/UserServiceImpl.java
View file @
3c187c77
...
@@ -876,6 +876,7 @@ public class UserServiceImpl extends ServiceImpl<IUserMapper, UserEntity> implem
...
@@ -876,6 +876,7 @@ public class UserServiceImpl extends ServiceImpl<IUserMapper, UserEntity> implem
userEntity
.
setPassword
(
SecurityUtils
.
encryptPassword
(
user
.
getPassword
()));
userEntity
.
setPassword
(
SecurityUtils
.
encryptPassword
(
user
.
getPassword
()));
userEntity
.
setUsername
(
user
.
getUsername
());
userEntity
.
setUsername
(
user
.
getUsername
());
userEntity
.
setWorkspaceId
(
workspaceId
);
userEntity
.
setWorkspaceId
(
workspaceId
);
userEntity
.
setNewAdd
(
true
);
int
insert
=
this
.
mapper
.
insert
(
userEntity
);
int
insert
=
this
.
mapper
.
insert
(
userEntity
);
...
...
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