| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -93,7 +93,7 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                and t.`PLAN_START_TIME` >= #{req.startTime} | 
					 | 
					 | 
					 | 
					                and t.`PLAN_START_TIME` >= #{req.startTime} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            </if> | 
					 | 
					 | 
					 | 
					            </if> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            <if test="req.endTime != null and req.startTime != '' "> | 
					 | 
					 | 
					 | 
					            <if test="req.endTime != null and req.startTime != '' "> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                and t.`PLAN_START_TIME` < #{req.endTime} | 
					 | 
					 | 
					 | 
					                and t.`PLAN_START_TIME` <= #{req.endTime} | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            </if> | 
					 | 
					 | 
					 | 
					            </if> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            <if test="req.deptIds != null"> | 
					 | 
					 | 
					 | 
					            <if test="req.deptIds != null"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                and t.create_dept in | 
					 | 
					 | 
					 | 
					                and t.create_dept in | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |