| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -539,7 +539,7 @@ public class GovProjectServiceImpl implements GovProjectService { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								}); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								//当前分类下来源楼院小组的项目
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								groupList.forEach(gr -> { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									if (secondCodeMap.containsKey(gr.getCategoryCode())) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									if (secondCodeMap.containsKey(gr.getCategoryCode()) && !formDTO.getProjectId().equals(gr.getProjectId())) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										ProjectAnalysisResultDTO.Project project = ConvertUtils.sourceToTarget(gr, ProjectAnalysisResultDTO.Project.class); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										groupPrList.add(project); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									} | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -548,7 +548,7 @@ public class GovProjectServiceImpl implements GovProjectService { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								groupProjectList.add(groupCa); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								//当前分类下来源事件上报的项目
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								eventList.forEach(gr -> { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									if (secondCodeMap.containsKey(gr.getCategoryCode())) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									if (secondCodeMap.containsKey(gr.getCategoryCode()) && !formDTO.getProjectId().equals(gr.getProjectId())) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										ProjectAnalysisResultDTO.Project project = ConvertUtils.sourceToTarget(gr, ProjectAnalysisResultDTO.Project.class); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										eventPrList.add(project); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									} | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |