|  |  | @ -86,7 +86,7 @@ public class ScreenUserJoinServiceImpl extends BaseServiceImpl<ScreenUserJoinDao | 
			
		
	
		
			
				
					|  |  |  |                     if (list.get(i).getOrgId().equals(lastMonthJoinList.get(j).getOrgId())) { | 
			
		
	
		
			
				
					|  |  |  |                         ScreenUserJoinEntity entity = ConvertUtils.sourceToTarget(list.get(i), ScreenUserJoinEntity.class); | 
			
		
	
		
			
				
					|  |  |  |                         ScreenUserJoinEntity lastJoinEntity = null; | 
			
		
	
		
			
				
					|  |  |  |                         if (i > lastMonthJoinList.size()){ | 
			
		
	
		
			
				
					|  |  |  |                         if (i >= lastMonthJoinList.size()){ | 
			
		
	
		
			
				
					|  |  |  |                             lastJoinEntity = new ScreenUserJoinEntity(); | 
			
		
	
		
			
				
					|  |  |  |                             lastJoinEntity.setJoinTotal(NumConstant.ZERO); | 
			
		
	
		
			
				
					|  |  |  |                             lastJoinEntity.setAvgIssue(NumConstant.ZERO_DECIMAL); | 
			
		
	
	
		
			
				
					|  |  | 
 |