Procházet zdrojové kódy

[招商][导入导出]品牌处理

release_toaliyun_real
Burce před 6 roky
rodič
revize
106567fdb1
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +4
    -4
      mallinkService/src/main/java/com/iformall/service/invest/impl/InvestBizServiceImpl.java

+ 4
- 4
mallinkService/src/main/java/com/iformall/service/invest/impl/InvestBizServiceImpl.java Zobrazit soubor

@@ -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()))) {


Načítá se…
Zrušit
Uložit