提交 9492b8f7 编写于 作者: terrfly's avatar terrfly

修复商户系统的问题

上级 cca8f3da
......@@ -138,7 +138,7 @@ public class CurrentUserController extends CommonCtrl{
throw new BizException("新密码与原密码不能相同!");
}
sysUserAuthService.resetAuthInfo(opSysUserId, null, null, opUserPwd, CS.SYS_TYPE.MGR);
sysUserAuthService.resetAuthInfo(opSysUserId, null, null, opUserPwd, CS.SYS_TYPE.MCH);
//调用登出接口
return logout();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册