| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -30,10 +30,10 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            AND train_record_id = #{param.trainRecordId} | 
					 | 
					 | 
					 | 
					            AND train_record_id = #{param.trainRecordId} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        </if> | 
					 | 
					 | 
					 | 
					        </if> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        <if test="param.testName != null and param.testName != ''"> | 
					 | 
					 | 
					 | 
					        <if test="param.testName != null and param.testName != ''"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            AND test_name like concat('%', #{param.testName}, '%)' | 
					 | 
					 | 
					 | 
					            AND test_name like concat('%', #{param.testName}, '%') | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        </if> | 
					 | 
					 | 
					 | 
					        </if> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        <if test="param.unit != null and param.unit != ''"> | 
					 | 
					 | 
					 | 
					        <if test="param.unit != null and param.unit != ''"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            AND test_name like concat('%', #{param.unit}, '%)' | 
					 | 
					 | 
					 | 
					            AND test_name like concat('%', #{param.unit}, '%') | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        </if> | 
					 | 
					 | 
					 | 
					        </if> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        ORDER BY | 
					 | 
					 | 
					 | 
					        ORDER BY | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            create_time DESC | 
					 | 
					 | 
					 | 
					            create_time DESC | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |