jiangping
2024-05-20 ed8ce63fd54a7c4ca734198e0b4d6f81a0b7af9e
server/service/src/main/java/com/doumee/service/business/impl/SmsEmailServiceImpl.java
@@ -143,7 +143,7 @@
            return;
        }
        LoginUserInfo loginUserInfo = (LoginUserInfo) SecurityUtils.getSubject().getPrincipal();
        if(!loginUserInfo.getType().equals(Constants.ONE)){
        if(!(loginUserInfo.getType().equals(Constants.ONE)||loginUserInfo.getType().equals(Constants.TWO))){
            throw new BusinessException(ResponseStatus.NOT_ALLOWED.getCode(),"用户类别错误");
        };
        Company company = loginUserInfo.getCompany();