liujie
2 天以前 718ded0f5f8dd6f1da43b9de2ff20ddc12714007
ruoyi-common/src/main/java/com/ruoyi/common/utils/SecurityUtils.java
@@ -47,20 +47,6 @@
        }
    }
    /**
     * 获取营业部ID
     **/
    public static String getBusinessDeptId()
    {
        try
        {
            return getLoginUser().getUser().getBusinessDeptId();
        }
        catch (Exception e)
        {
            throw new ServiceException("获取营业部ID异常", HttpStatus.UNAUTHORIZED);
        }
    }
    /**
     * 获取用户账户
     **/
    public static String getUsername()