|  |  | @ -454,6 +454,11 @@ public class ScreenProjectCategoryOrgDailyServiceImpl extends BaseServiceImpl<Sc | 
			
		
	
		
			
				
					|  |  |  |                 List<ScreenProjectCategoryOrgDailyEntity> falseList = groupByStatus.get(false); | 
			
		
	
		
			
				
					|  |  |  |                 if (!CollectionUtils.isEmpty(falseList)){ | 
			
		
	
		
			
				
					|  |  |  |                     result.addAll(falseList); | 
			
		
	
		
			
				
					|  |  |  |                     result.forEach(r -> { | 
			
		
	
		
			
				
					|  |  |  |                         r.setCustomerId(customerId); | 
			
		
	
		
			
				
					|  |  |  |                         r.setOrgId(entity.getAgencyId()); | 
			
		
	
		
			
				
					|  |  |  |                         r.setPid(entity.getPid()); | 
			
		
	
		
			
				
					|  |  |  |                     }); | 
			
		
	
		
			
				
					|  |  |  |                 } | 
			
		
	
		
			
				
					|  |  |  |                 // 添加此 锦水、孔村、榆山 orgId,删除时使用
 | 
			
		
	
		
			
				
					|  |  |  |                 orgIds.add(PingYinConstant.JIN_SHUI_AGENCY_ID); | 
			
		
	
	
		
			
				
					|  |  | 
 |