mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 19:36:50 +08:00
登录修改
This commit is contained in:
@@ -212,7 +212,6 @@ public class PortalLoginApi extends ApiBaseController {
|
||||
return wrap(JsonResponseStatus.TOKEN_NOPASS, "token error");
|
||||
}
|
||||
|
||||
|
||||
UserData udata=outsideService.getUserInfoByUserId(null);
|
||||
if(udata==null) {
|
||||
log.error("未获取当前登录人的用户信息");
|
||||
|
||||
Reference in New Issue
Block a user