|  | @@ -362,7 +362,8 @@ public class MemberRankSettingServiceImpl extends BaseServiceImpl<Integer, Membe
 | 
											
												
													
														|  |          } else if (memberPayParamDto.getLiveGoodsId() == 2 || memberPayParamDto.getLiveGoodsId() == 3 || memberPayParamDto.getLiveGoodsId() == 4){
 |  |          } else if (memberPayParamDto.getLiveGoodsId() == 2 || memberPayParamDto.getLiveGoodsId() == 3 || memberPayParamDto.getLiveGoodsId() == 4){
 | 
											
												
													
														|  |              TempBuyFreeLiveTheoryCourse temp = tempBuyFreeLiveTheoryCourseDao.findByGoodsIdAndUserId(memberPayParamDto.getLiveGoodsId(),sysUser.getId());
 |  |              TempBuyFreeLiveTheoryCourse temp = tempBuyFreeLiveTheoryCourseDao.findByGoodsIdAndUserId(memberPayParamDto.getLiveGoodsId(),sysUser.getId());
 | 
											
												
													
														|  |              if(Objects.nonNull(temp)){
 |  |              if(Objects.nonNull(temp)){
 | 
											
												
													
														|  | -                throw new BizException("您已领取过本轮免费直播课");
 |  | 
 | 
											
												
													
														|  | 
 |  | +                succeed.setMsg("您已领取过本轮免费直播课");
 | 
											
												
													
														|  | 
 |  | +                return succeed;
 | 
											
												
													
														|  |              }
 |  |              }
 | 
											
												
													
														|  |  //            StringBuffer sb = new StringBuffer(RedisKeyConstant.LIVE_GOODS_ZERO_CACHE_KEY).append(memberPayParamDto.getLiveGoodsId());
 |  |  //            StringBuffer sb = new StringBuffer(RedisKeyConstant.LIVE_GOODS_ZERO_CACHE_KEY).append(memberPayParamDto.getLiveGoodsId());
 | 
											
												
													
														|  |  //            RBucket<List<Integer>> bucket = redissonClient.getBucket(sb.toString());
 |  |  //            RBucket<List<Integer>> bucket = redissonClient.getBucket(sb.toString());
 |