| | |
| | | } |
| | | TaoBaoGoodsBrief tb = null; |
| | | try { |
| | | tb = redisManager.getTaoBaoGoodsBrief(Long.parseLong(id)); |
| | | tb = redisManager.getTaoBaoGoodsBrief(id); |
| | | } catch (NumberFormatException e1) { |
| | | e1.printStackTrace(); |
| | | } catch (TaobaoGoodsDownException e1) { |
| | |
| | | |
| | | if (uid != null && !"".equals(uid.trim())) { |
| | | CollectionGoodsV2 collectionGoods = collectionGoodsV2Service.findByUidAndAuctionId(Long.parseLong(uid), |
| | | Long.parseLong(id), goodsType); |
| | | id, goodsType); |
| | | data.put("collection", collectionGoods != null ? true : false); |
| | | } |
| | | taoBaoGoodsBriefExtra.setAuctionUrl(null); |