|  | @ -148,9 +148,6 @@ | 
			
		
	
		
		
			
				
					|  |  |         <if test="endTime != null and endTime != ''"> |  |  |         <if test="endTime != null and endTime != ''"> | 
			
		
	
		
		
			
				
					|  |  |             AND CREATED_TIME <= #{endTime} |  |  |             AND CREATED_TIME <= #{endTime} | 
			
		
	
		
		
			
				
					|  |  |         </if> |  |  |         </if> | 
			
		
	
		
		
			
				
					|  |  |         <if test='orgId != null and orgId != "" '> |  |  |  | 
			
		
	
		
		
			
				
					|  |  |             AND CONCAT(PIDS,':',AGENCY_ID) LIKE CONCAT('%',#{orgId},'%') |  |  |  | 
			
		
	
		
		
			
				
					|  |  |         </if> |  |  |  | 
			
		
	
		
		
			
				
					|  |  |         order by CREATED_TIME desc |  |  |         order by CREATED_TIME desc | 
			
		
	
		
		
			
				
					|  |  |     </select> |  |  |     </select> | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  | 
 |