| 
					
				 | 
			
			
				@@ -225,8 +225,10 @@ public class FsUserCourseVideoController extends AppBaseController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public ResponseResult<PageInfo<FsUserCourseVideoPageListVO>> todayCourseList(@RequestParam(defaultValue = "1") Integer pageNum, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                                                                  @RequestParam(defaultValue = "10") Integer pageSize, String keyword) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         Long companyId = getCompanyId(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        log.info("销售小程序-今日课程,获取公司id:{}", companyId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (Objects.isNull(companyId)) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            ResponseResult.fail(400, "未获取到公司ID,请重新登录后再试"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            log.error("未获取到公司id,进入提示逻辑。。。。。。。。"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            return ResponseResult.fail(400, "未获取到公司ID,请重新登录后再试"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         Map<String, Object> params = new HashMap<>(); 
			 |