Commit 45706edb authored by unset's avatar unset

添加通知信息

parent cc9cd29f
......@@ -191,6 +191,7 @@ public class AppUserController extends CommonBaseController{
userVo.setUserid(Integer.valueOf(id));
userDetailBiz.updUuserInfoById(userVo);
if (StringUtils.isNotBlank(userVo.getPassword())) {
log.info("修改用户密码: userVo = {}", userVo);
appUserLoginBiz.updatePasswordById(new AppUserLogin(){{setId(Integer.parseInt(id)); setPassword(userVo.getPassword());}});
}
return ObjectRestResponse.succ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment