排单Bug修改-生产工序查询SQL增加组织ID

This commit is contained in:
liuzhaotian
2024-06-12 10:49:26 +08:00
parent f2c4b1f575
commit 40b78e6fcd
19 changed files with 141 additions and 180 deletions
@@ -117,4 +117,15 @@ public class SecurityFrameworkUtils {
return authenticationToken;
}
/**
* 获取当前用户的组织ID
*
*/
public static Long getUserOrganId(){
return SecurityFrameworkUtils.getLoginUser().getOrganId();
}
}