| | |
| | | GoodsCategory data1 = goodsSkuClient.getCategoryOne(goodsSkuOne.getCategoryId(), SecurityConstants.INNER).getData(); |
| | | GoodsSeries data2 = goodsSkuClient.getSeriesOne(goodsSkuOne.getSeriesId(), SecurityConstants.INNER).getData(); |
| | | GoodsFlavorType data3 = goodsSkuClient.getFlavorTypeOne(goodsSkuOne.getFlavorTypeId(), SecurityConstants.INNER).getData(); |
| | | auctionGoodsinfoVO.setBrand(data.getBrandName()); |
| | | auctionGoodsinfoVO.setCategory(data1.getCategoryName()); |
| | | if (data!=null){ |
| | | auctionGoodsinfoVO.setBrand(data.getBrandName()); |
| | | } |
| | | if (data1!=null){ |
| | | auctionGoodsinfoVO.setCategory(data1.getCategoryName()); |
| | | } |
| | | if (data2!=null){ |
| | | auctionGoodsinfoVO.setSeries(data2.getSeriesName()); |
| | | auctionGoodsinfoVO.setFlavorType(data3.getFlavorTypeName()); |
| | | } |
| | | if (data3!=null) { |
| | | auctionGoodsinfoVO.setFlavorType(data3.getFlavorTypeName()); |
| | | } |
| | | auctionGoodsinfoVO.setCoverPic(goodsSkuOne.getCoverPic()); |
| | | auctionGoodsinfoVO.setAlbum(goodsSkuOne.getAlbum()); |
| | | auctionGoodsinfoVO.setAuthentication(byId.getAuthentication()); |