|  |  | @ -109,7 +109,7 @@ public class FilterUdiUtils { | 
			
		
	
		
		
			
				
					
					|  |  |  |         String expireDate = ""; |  |  |  |         String expireDate = ""; | 
			
		
	
		
		
			
				
					
					|  |  |  |         String serialNo = null; |  |  |  |         String serialNo = null; | 
			
		
	
		
		
			
				
					
					|  |  |  |         String udi = ""; |  |  |  |         String udi = ""; | 
			
		
	
		
		
			
				
					
					|  |  |  |         String[] spilts = data.split("#"); |  |  |  |         String[] spilts = data.split("#",data.length()); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         if (spilts != null && spilts.length >= 5) { |  |  |  |         if (spilts != null && spilts.length >= 5) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             udi = spilts[1]; |  |  |  |             udi = spilts[1]; | 
			
		
	
		
		
			
				
					
					|  |  |  |             produceDate = spilts[2]; |  |  |  |             produceDate = spilts[2]; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |