yujian
2019-11-25 aa552facf6d833acab0d3e3e29bda2a0fb826ffe
fanli/src/main/java/com/yeshi/fanli/service/impl/brand/BrandShopCaheServiceImpl.java
@@ -48,7 +48,7 @@
      
      BrandShopCahe brandShop = new BrandShopCahe();
      brandShop.setBrandId(brandInfo.getId());
      brandShop.setShop(ShopInfoVOFactory.convertTaoBaoShop(taoBaoShop));
      brandShop.setShop(shopInfoVO);
      brandShop.setCreateTime(new Date());
      brandShopCaheDao.insert(brandShop);
      return false;
@@ -81,11 +81,11 @@
    */
   @Override
   public void addBrandShopPDD(BrandInfo brandInfo) {
      String shopKey = brandInfo.getShopKey();
      String shopKey = brandInfo.getShopKeyPDD();
      if (StringUtil.isNullOrEmpty(shopKey))
         shopKey = brandInfo.getName();
         return;
      
      String searchKey = brandInfo.getSearchKey();
      String searchKey = brandInfo.getSearchKeyPDD();
      if (StringUtil.isNullOrEmpty(searchKey))
         searchKey = brandInfo.getName();