| 
					
				 | 
			
			
				@@ -139,6 +139,9 @@ public interface FsUserCourseMapper 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             "<if test = ' maps.cateId !=null '> " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             "and (cc.cate_id =#{maps.cateId} or cc.pid=#{maps.cateId} )" + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             "</if>" + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            "<if test = ' maps.subCateId !=null '> " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            "and c.sub_cate_id =#{maps.subCateId}" + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            "</if>" + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             "<if test = ' maps.courseName!=null and maps.courseName != \"\" '> " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             "and c.course_name like concat('%', #{maps.courseName}, '%') " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             "</if>" + 
			 |