|
|
|
@@ -417,10 +417,10 @@ public class InvestBizServiceImpl implements InvestBizService { |
|
|
|
if (Objects.isNull(demandEntity)) { |
|
|
|
demandEntity = new InvestDemandEntity(); |
|
|
|
} |
|
|
|
//if (Objects.isNull(brandMap.get(importCustomerVo.getBrandName()))) { |
|
|
|
// log.warn("品牌:{} 不存在", importCustomerVo.getBrandName()); |
|
|
|
// return null; |
|
|
|
//} |
|
|
|
if (Objects.isNull(brandMap.get(importCustomerVo.getBrandName()))) { |
|
|
|
log.warn("品牌:{} 不存在", importCustomerVo.getBrandName()); |
|
|
|
return null; |
|
|
|
} |
|
|
|
customerEntity.setBrandId(brandMap.get(importCustomerVo.getBrandName()).getId()); |
|
|
|
|
|
|
|
if (Objects.isNull(businesseMap.get(importCustomerVo.getBusiness()))) { |
|
|
|
|