| 
					
				 | 
			
			
				@@ -19,9 +19,12 @@ public interface FullScreenDao { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Select("<script> " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             " select * from report_base_info where flag = 'Y' " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            " <if test=\"type = 'cw' \"> " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            " <if test=\"type == 'cw' \"> " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             " and is_cw = 'Y' " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             " </if> " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            " <if test=\"type == 'yj' \"> " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            " and is_yj = 'Y' " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            " </if> " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             " order by sort " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             "</script> ") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     List<ReportBaseInfo> selectFullScreenReport(@Param("type")String type); 
			 |