Commit bfd91cdc authored by 赵啸非's avatar 赵啸非

修改设备管理 外部登录

parent f3e6a074
......@@ -153,7 +153,7 @@ public class LoginController extends BaseCRUDJsonController<UserService, UserFor
if (currUserName == null || currUserName.trim().length() == 0) {
currUserName = "管理员";
}
saveCurrUser(request, response, user);
this.saveCurrUser(request, response, user,604800);
log.info("saveCurrUser");
JSONObject data = new JSONObject();
data.put("currUserName", currUserName);
......
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