|  |  | @ -200,6 +200,7 @@ public class CheckoutServiceImpl implements ICheckoutService { | 
			
		
	
		
		
			
				
					
					|  |  |  | 		int listSize = resultList.size(); |  |  |  | 		int listSize = resultList.size(); | 
			
		
	
		
		
			
				
					
					|  |  |  | 		for (int i = 0; i < listSize; i++) { |  |  |  | 		for (int i = 0; i < listSize; i++) { | 
			
		
	
		
		
			
				
					
					|  |  |  | 			CheckoutEntity obj = resultList.get(i); |  |  |  | 			CheckoutEntity obj = resultList.get(i); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 			obj.setAreaCode(obj.getAreaCode().toLowerCase()); | 
			
		
	
		
		
			
				
					
					|  |  |  | 			if (null != obj && "y".equals(obj.getCollUpdate())) { |  |  |  | 			if (null != obj && "y".equals(obj.getCollUpdate())) { | 
			
		
	
		
		
			
				
					
					|  |  |  | 				obj.setCollUpdate("是"); |  |  |  | 				obj.setCollUpdate("是"); | 
			
		
	
		
		
			
				
					
					|  |  |  | 			} |  |  |  | 			} | 
			
		
	
	
		
		
			
				
					|  |  | 
 |