liujie
6 天以前 cb86c79d9cf74418a51d022103fc42c7634a0331
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()