| 
					
				 | 
			
			
				@@ -747,7 +747,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(periodDays != null && periodDays.getLastJoinTime() !=null && LocalDateTime.now().isAfter(periodDays.getLastJoinTime())) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            R.error(403,"已超过领取红包时间"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            return R.error(403,"已超过领取红包时间"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // 确定红包金额 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -987,7 +987,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             periodDays = fsUserCoursePeriodDays.get(0); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(periodDays.getStatus() != 1){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            ResponseResult.fail(403, "当前课程未开始或已结束,暂不能看课"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            return ResponseResult.fail(403, "当前课程未开始或已结束,暂不能看课"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String json = configService.selectConfigByKey("course.config"); 
			 |