server/service/src/main/java/com/doumee/service/business/impl/CompanyServiceImpl.java
@@ -462,7 +462,7 @@ @Override public Company findById(Integer id) { Company model = findById(id); Company model = companyMapper.selectById(id); if(model == null ||Constants.equalsInteger(model.getIsdeleted(),Constants.ONE)){ throw new BusinessException(ResponseStatus.DATA_EMPTY); }