Commit 8a7dfd77 authored by 赵啸非's avatar 赵啸非

修改设备管理

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