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
Jeepay
Commits
9492b8f7
Commit
9492b8f7
authored
Jun 16, 2021
by
terrfly
Browse files
修复商户系统的问题
parent
cca8f3da
Changes
1
Hide whitespace changes
Inline
Side-by-side
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/CurrentUserController.java
View file @
9492b8f7
...
...
@@ -138,7 +138,7 @@ public class CurrentUserController extends CommonCtrl{
throw
new
BizException
(
"新密码与原密码不能相同!"
);
}
sysUserAuthService
.
resetAuthInfo
(
opSysUserId
,
null
,
null
,
opUserPwd
,
CS
.
SYS_TYPE
.
M
GR
);
sysUserAuthService
.
resetAuthInfo
(
opSysUserId
,
null
,
null
,
opUserPwd
,
CS
.
SYS_TYPE
.
M
CH
);
//调用登出接口
return
logout
();
}
...
...
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