Cloud 调整

yun-zuoyi
wei.peng 6 years ago
parent bf0a665f99
commit 2cf7a85a31

@ -412,6 +412,8 @@ public class SysUserController extends CoreBaseController{
ValidatorBean.checkNotNull(password,"新密码不能为空");
ValidatorBean.checkNotNull(email,"邮件不能为空");
personnelService.checkSysUserPassword(password);
String redisKey = CommonConstWords.SESSION_VERIFICATION_USER_EMAIL + "_" + getSessionUser().getUserId();
Object redisValue = redisCore.getObject(redisKey);
if(redisValue != null){

Loading…
Cancel
Save