Commit 73bdd440 authored by 赵啸非's avatar 赵啸非

修改设备管理 外部登录

parent c99006fc
...@@ -138,6 +138,8 @@ public class LoginController extends BaseCRUDJsonController<UserService, UserFor ...@@ -138,6 +138,8 @@ public class LoginController extends BaseCRUDJsonController<UserService, UserFor
public String index(HttpServletRequest request, HttpServletResponse response) throws Exception { public String index(HttpServletRequest request, HttpServletResponse response) throws Exception {
JSONObject ret = new JSONObject(); JSONObject ret = new JSONObject();
IUser user = this.getCurUser(); IUser user = this.getCurUser();
log.info("user is null:{}",user==null);
if (user == null) { if (user == null) {
return ""; return "";
// user = super.getCurUser(); // user = super.getCurUser();
......
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