Skip to content

Commit

Permalink
更新 UserController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
smallyaohailu committed Jan 5, 2018
1 parent 71c8fc0 commit 0ceca17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public String info(User user, HttpServletResponse response, Model model) {
model.addAttribute("message", "保存用户信息成功");
}
model.addAttribute("user", currentUser);
model.addAttribute("Global", new Global());
model.addAttribute("Global", Global.getInstance());
return "modules/sys/userInfo";
}

Expand Down

0 comments on commit 0ceca17

Please sign in to comment.