|
|
@ -155,7 +155,7 @@ public class EnterpriseServiceImpl implements EnterpriseService { |
|
|
|
enterpriseTagDOList.add(enterpriseTagDO); |
|
|
|
enterpriseTagDOList.add(enterpriseTagDO); |
|
|
|
} |
|
|
|
} |
|
|
|
enterpriseTagMapper.insertBatch(enterpriseTagDOList); |
|
|
|
enterpriseTagMapper.insertBatch(enterpriseTagDOList); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if(!CollectionUtils.isAnyEmpty(createReqVO.getQualis())) |
|
|
|
if(!CollectionUtils.isAnyEmpty(createReqVO.getQualis())) |
|
|
@ -255,6 +255,9 @@ public class EnterpriseServiceImpl implements EnterpriseService { |
|
|
|
List<EnterprisesUserDO> enterprisesUserDOS = enterprisesUserMapper.selectList(lambdaQueryWrapperX); |
|
|
|
List<EnterprisesUserDO> enterprisesUserDOS = enterprisesUserMapper.selectList(lambdaQueryWrapperX); |
|
|
|
if(!CollectionUtils.isAnyEmpty(enterprisesUserDOS)){ |
|
|
|
if(!CollectionUtils.isAnyEmpty(enterprisesUserDOS)){ |
|
|
|
pageReqVO.setEnterpriseIds(CollectionUtils.convertList(enterprisesUserDOS,EnterprisesUserDO::getEnterprisesId)); |
|
|
|
pageReqVO.setEnterpriseIds(CollectionUtils.convertList(enterprisesUserDOS,EnterprisesUserDO::getEnterprisesId)); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}else{ |
|
|
|
|
|
|
|
pageReqVO.setEnterpriseIds(new ArrayList<>()); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|