111
k94314517
2023-08-18 efd825d47f9cab3d7535e069d4a1b5e094e92e44
server/src/main/java/doumeemes/service/system/impl/WxLoginServiceImpl.java
@@ -111,7 +111,7 @@
            throw new BusinessException(ResponseStatus.DATA_EMPTY.getCode(),"未查询到绑定部门信息");
        }
        Company company = companyExtMapper.selectById(department.getCompanyId());
        if(Objects.isNull(company)||company.getStatus().equals(Constants.ONE)){
        if(Objects.isNull(company)||company.getStatus().equals(Constants.ZERO)){
            wxLoginVO.setLoginStatus(Constants.ONE);
            return wxLoginVO;
        }