| 
					
				 | 
			
			
				@@ -189,10 +189,10 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 AND sr.repair_status_ = #{repairStatus} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <if test="startTime != null"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                AND sr.create_time_ >= #{startTime} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                AND sr.finish_time_ >= #{startTime} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <if test="endTime != null"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                AND sr.create_time_ <= #{endTime} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                AND sr.finish_time_ <= #{endTime} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </where> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </sql> 
			 |