| | |
| | | homeGoodsSeckillInfoVO.setCoverPic(data6.getCoverPic()); |
| | | homeGoodsSeckillInfoVO.setAlbum(data6.getAlbum()); |
| | | homeGoodsSeckillInfoVO.setShareTitle(byId.getShareTitle()); |
| | | if (StringUtils.isNotBlank(byId.getShareTitle())) { |
| | | homeGoodsSeckillInfoVO.setShareTitle(byId.getShareTitle()); |
| | | } else { |
| | | homeGoodsSeckillInfoVO.setShareTitle(data6.getSkuName()); |
| | | } |
| | | if (StringUtils.isNotBlank(byId.getSharePic())) { |
| | | homeGoodsSeckillInfoVO.setSharePic(byId.getSharePic()); |
| | | } else { |
| | | homeGoodsSeckillInfoVO.setSharePic(data6.getCoverPic()); |
| | | } |
| | | homeGoodsSeckillInfoVO.setSeckillPrice(byId.getSeckillPrice()); |
| | | homeGoodsSeckillInfoVO.setDescription(data6.getDescription()); |
| | | homeGoodsSeckillInfoVO.setDetail(data6.getDetail()); |
| | |
| | | |
| | | return homeGoodsSeckillInfoVO; |
| | | } |
| | | |
| | | /** |
| | | * 结束异常的秒杀 |
| | | */ |
| | | @Override |
| | | public void updSeckillStatus() { |
| | | baseMapper.updSeckillStatus(); |
| | | } |
| | | } |