Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
51fa5322
Commit
51fa5322
authored
May 05, 2019
by
qiankunpingtai
Browse files
注册时只检查登录名,不检查用户名
parent
4ffeba82
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/jsh/erp/controller/UserController.java
View file @
51fa5322
...
...
@@ -350,7 +350,6 @@ public class UserController {
ue
.
setUsername
(
loginame
);
ue
.
setLoginame
(
loginame
);
ue
.
setPassword
(
password
);
userService
.
checkUserNameAndLoginName
(
ue
);
//检查用户名和登录名
ue
=
userService
.
registerUser
(
ue
,
manageRoleId
);
/**
* create by: qiankunpingtai
...
...
Write
Preview
Supports
Markdown
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