|  |  | @ -451,9 +451,13 @@ public class DCPerceivedEventsWarningController extends BaseController { | 
			
		
	
		
			
				
					|  |  |  |                 selectSection.setStakeMark(key); | 
			
		
	
		
			
				
					|  |  |  |                 if (currentlyMap.containsKey(key)){ | 
			
		
	
		
			
				
					|  |  |  |                     selectSection.setCurrentData(currentlyMap.get(key).toString()); | 
			
		
	
		
			
				
					|  |  |  |                 } else { | 
			
		
	
		
			
				
					|  |  |  |                     selectSection.setCurrentData("0"); | 
			
		
	
		
			
				
					|  |  |  |                 } | 
			
		
	
		
			
				
					|  |  |  |                 if (lastYearMap.containsKey(key)){ | 
			
		
	
		
			
				
					|  |  |  |                     selectSection.setContemporaneousData(lastYearMap.get(key).toString()); | 
			
		
	
		
			
				
					|  |  |  |                 } else { | 
			
		
	
		
			
				
					|  |  |  |                     selectSection.setContemporaneousData("0"); | 
			
		
	
		
			
				
					|  |  |  |                 } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |                 list.add(selectSection); | 
			
		
	
	
		
			
				
					|  |  | 
 |