|  |  | @ -273,6 +273,7 @@ | 
			
		
	
		
			
				
					|  |  |  |         diff.EVENT_ID AS projectId, | 
			
		
	
		
			
				
					|  |  |  |         ifnull(diff.EVENT_CONTENT,diff.EVENT_TITLE) AS title, | 
			
		
	
		
			
				
					|  |  |  |         diff.EVENT_STATUS_CODE AS statusCode, | 
			
		
	
		
			
				
					|  |  |  |         IFNULL(diff.EVENT_STATUS_DESC,'') as statusDesc, | 
			
		
	
		
			
				
					|  |  |  |         diff.EVENT_SOURCE AS gridName, | 
			
		
	
		
			
				
					|  |  |  |         diff.EVENT_IMG_URL AS imgUrl, | 
			
		
	
		
			
				
					|  |  |  |         floor(diff.EVENT_COST_TIME/60) AS totalHours, | 
			
		
	
	
		
			
				
					|  |  | 
 |