| 
					
				 | 
			
			
				@@ -54,7 +54,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ) b on a.id=b.sy_order_data_id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         WHERE 1=1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <if test="sy.orderNumber != null and sy.orderNumber !=''"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                AND order_number = #{sy.orderNumber} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                AND order_number like CONCAT('%',#{sy.orderNumber},'%') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				              <if test="sy.customerAbbreviation != null and sy.customerAbbreviation !=''"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                  AND customer_abbreviation = #{sy.customerAbbreviation} 
			 |