| 
						
						
							
								
							
						
						
					 | 
					@ -728,7 +728,7 @@ public class StatsProjectServiceImpl implements StatsProjectService { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            if(ProjectConstant.CLOSED.equals(gp.getProjectStatus())){ | 
					 | 
					 | 
					            if(ProjectConstant.CLOSED.equals(gp.getProjectStatus())){ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                entity = new ProjectEntity(); | 
					 | 
					 | 
					                entity = new ProjectEntity(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                entity.setId(gp.getProjectId() ); | 
					 | 
					 | 
					                entity.setId(gp.getProjectId() ); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                entity.setClosedStatus(gp.getProjectStatus()); | 
					 | 
					 | 
					                entity.setClosedStatus(gp.getIsResolved()); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					                projectList.add(entity); | 
					 | 
					 | 
					                projectList.add(entity); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            } | 
					 | 
					 | 
					            } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        } | 
					 | 
					 | 
					        } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |