| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -226,14 +226,16 @@ public class StatsAchievementServiceImpl extends AbstractStatsAchievementService | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            statsEntity.setCurrentValue(currentValue); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            statsEntity.setTargetValue(configEntity.getTargetValue()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            statsEntity.setDelFlag(NumConstant.ZERO_STR); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            statsEntity.setArriveTime(new Date()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            haveArrive.add(statsEntity); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            if (currentValue >= configEntity.getTargetValue()) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                statsEntity.setIsArrive(NumConstant.ONE); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                statsEntity.setArriveTime(new Date()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            } else { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                //如果没有达到则 放入这一条后 退出
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                statsEntity.setIsArrive(NumConstant.ZERO); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                statsEntity.setArriveTime(null); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                isContinue = false; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                break; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            } | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |