机台,标签-配置数据压缩

This commit is contained in:
liuzhaotian
2024-06-11 16:39:01 +08:00
parent 5de9bff802
commit 6b861b4ea4
24 changed files with 470 additions and 189 deletions
@@ -117,4 +117,15 @@ public class SecurityFrameworkUtils {
return authenticationToken;
}
/**
* 获取当前用户的组织ID
*
*/
public static Long getUserOrganId(){
return SecurityFrameworkUtils.getLoginUser().getOrganId();
}
}