Commit 2abe4c64 by zhangkb

打印获取用户授予其他机构日志

parent 8ba1cced
......@@ -83,6 +83,7 @@ public class TagCtrl {
orgIds.add(deptIdPath);
//获取当前用户被授予其他机构
List<Long> deptList = GrantedAuthHelper.getUserGrantedOrgs();
logger.info("granted Orgs:"+deptList);
for(Long dept : deptList) {
orgIds.add(String.valueOf(dept));
}
......
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