|  |  | @ -93,7 +93,7 @@ public class IndexCalculateCommunityServiceImpl implements IndexCalculateCommuni | 
			
		
	
		
			
				
					|  |  |  |                 }); | 
			
		
	
		
			
				
					|  |  |  |             } else { | 
			
		
	
		
			
				
					|  |  |  |                 // 社区名义发文数量
 | 
			
		
	
		
			
				
					|  |  |  |                 List<Map<String, Object>> mapList = factIndexPartyAblityOrgMonthlyDao.selectPublishArticleCountMap(customerId, monthId); | 
			
		
	
		
			
				
					|  |  |  |                 List<Map<String, Object>> mapList = factIndexPartyAblityOrgMonthlyDao.selectPublishArticleCountMap(customerId, monthId,IndexCalConstant.COMMUNITY_LEVEL); | 
			
		
	
		
			
				
					|  |  |  |                 if (CollectionUtils.isEmpty(mapList)) { | 
			
		
	
		
			
				
					|  |  |  |                     log.error("查询社区名义发文数量集合为空"); | 
			
		
	
		
			
				
					|  |  |  |                     return; | 
			
		
	
	
		
			
				
					|  |  | @ -228,9 +228,9 @@ public class IndexCalculateCommunityServiceImpl implements IndexCalculateCommuni | 
			
		
	
		
			
				
					|  |  |  |                     }); | 
			
		
	
		
			
				
					|  |  |  |                 } | 
			
		
	
		
			
				
					|  |  |  |             } else { | 
			
		
	
		
			
				
					|  |  |  |                 List<Map<String, Object>> communityActivityCountList = factIndexServiceAblityOrgMonthlyDao.selectActivityCountMap(customerId, monthId); | 
			
		
	
		
			
				
					|  |  |  |                 List<Map<String, Object>> communityActivityCountList = factIndexServiceAblityOrgMonthlyDao.selectActivityCountMap(customerId, monthId,IndexCalConstant.COMMUNITY_LEVEL); | 
			
		
	
		
			
				
					|  |  |  |                 if (CollectionUtils.isEmpty(communityActivityCountList)) { | 
			
		
	
		
			
				
					|  |  |  |                     log.error(""); | 
			
		
	
		
			
				
					|  |  |  |                     log.error("查询社区活动组织次数集合为空"); | 
			
		
	
		
			
				
					|  |  |  |                     return; | 
			
		
	
		
			
				
					|  |  |  |                 } | 
			
		
	
		
			
				
					|  |  |  |                 if (communityActivityCountList.size() == NumConstant.ONE) { | 
			
		
	
	
		
			
				
					|  |  | 
 |