admin
2019-06-10 a2e287f9bfec6f64bcd1dce4155b0139d1474cb7
fanli/src/main/java/com/yeshi/fanli/service/impl/goods/ShareGoodsServiceImpl.java
@@ -99,10 +99,10 @@
         UserShareGoodsHistory update = new UserShareGoodsHistory();
         update.setId(userShareGoodsHistory.getId());
         userShareGoodsHistory.setTkCode(history.getTkCode());
         userShareGoodsHistory.setCreateTime(new Date());
         userShareGoodsHistoryMapper.updateByPrimaryKeySelective(userShareGoodsHistory);
      } else
         userShareGoodsHistoryMapper.insertSelective(history);
   }
   @Override
@@ -390,6 +390,8 @@
      }
      TaoBaoGoodsBrief goods = null;
      try {
         //测试
//         info.setAdzoneId("123");
         goods = TaoKeApiUtil.searchGoodsDetail(auctionId, info);
      } catch (TaobaoGoodsDownException e) {
         throw new ShareGoodsException(4, "商品已下架");