mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 加日志
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.jsowell.common.util;
|
||||
|
||||
import com.alibaba.fastjson2.JSONObject;
|
||||
import com.google.common.collect.Lists;
|
||||
import com.jsowell.common.constant.HttpStatus;
|
||||
import com.jsowell.common.core.domain.entity.SysDept;
|
||||
@@ -125,6 +126,7 @@ public class SecurityUtils {
|
||||
log.info("用户id:{}, 获取不到所属部门信息", user.getUserId());
|
||||
return null;
|
||||
}
|
||||
log.info("用户id:{}, 所属部门信息:{}", user.getUserId(), JSONObject.toJSONString(dept));
|
||||
// 登录用户角色
|
||||
List<SysRole> roles = user.getRoles();
|
||||
Long parentId = dept.getParentId();
|
||||
|
||||
Reference in New Issue
Block a user