| 
						
						
							
								
							
						
						
					 | 
					@ -172,7 +172,7 @@ public class IssueVoteStatisticalServiceImpl extends BaseServiceImpl<IssueVoteSt | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        votingTrendResultDTO.setRealityVoteCount(voteRedisFormDTO.getSupportAmount()+voteRedisFormDTO.getOppositionAmount()); | 
					 | 
					 | 
					        votingTrendResultDTO.setRealityVoteCount(voteRedisFormDTO.getSupportAmount()+voteRedisFormDTO.getOppositionAmount()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        List<PolyLineDTO> polyLineDTOS = issueVoteStatisticalDao.polyLineData(issueId); | 
					 | 
					 | 
					        List<PolyLineDTO> polyLineDTOS = issueVoteStatisticalDao.polyLineData(issueId); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        PolyLineDTO polyLineDTO = new PolyLineDTO(); | 
					 | 
					 | 
					        PolyLineDTO polyLineDTO = new PolyLineDTO(); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					        polyLineDTO.setVoteDtae(LocalDateTime.now().toEpochSecond(ZoneOffset.of("+8"))); | 
					 | 
					 | 
					        polyLineDTO.setVoteDate(LocalDateTime.now().toEpochSecond(ZoneOffset.of("+8"))); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        //今天刚转项目或刚刚关闭,当天数据DB没有,直接从缓存拿
 | 
					 | 
					 | 
					        //今天刚转项目或刚刚关闭,当天数据DB没有,直接从缓存拿
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        if (polyLineDTOS.size()==NumConstant.ZERO){ | 
					 | 
					 | 
					        if (polyLineDTOS.size()==NumConstant.ZERO){ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            polyLineDTO.setSupportIncrement(voteRedisFormDTO.getSupportAmount()); | 
					 | 
					 | 
					            polyLineDTO.setSupportIncrement(voteRedisFormDTO.getSupportAmount()); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |