| 
					
				 | 
			
			
				@@ -253,7 +253,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             AND ccut.course_id = fcpd.course_id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             AND ccut.video_id = fcpd.video_id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             AND ccut.company_user_id = #{companyUserId} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        where course.is_del = 0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        where course.is_del = 0 and fcp.del_flag = 0 and fcpd.del_flag = 0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         AND FIND_IN_SET(#{companyId}, fcp.company_id) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <if test="periodId != null and periodId !='' "> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             AND fcpd.period_id = #{periodId} 
			 |