yujian
2019-06-12 c007868c62c7da5c9ce1bf0e77d9e5f8619826e4
fanli/src/main/java/com/yeshi/fanli/service/impl/taobao/TaoBaoShopServiceImpl.java
@@ -153,8 +153,11 @@
      if (shop != null)
         return shop;
      shop = TaoBaoUtil.getTaoBaoShopDetailByAuctionId(auctionId);
      if (shop != null)
         taoBaoShopMapper.insert(shop);
      try {
         if (shop != null)
            taoBaoShopMapper.insert(shop);
      } catch (Exception e) {
      }
      return shop;
   }