| 
					
				 | 
			
			
				@@ -204,8 +204,8 @@ public class RuleParamHelper { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-       //  String thresholdKeyName = thresholdKeyNamePrefix + abtestId + ":" + abtestConfigTag + ":" + abTestCode + ":" + midGroup; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        String thresholdKeyName = thresholdKeyNamePrefix + "ad-engine" + ":" + abtestConfigTag + ":" + abTestCode + ":" + midGroup; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+       String thresholdKeyName = thresholdKeyNamePrefix + abtestId + ":" + abtestConfigTag + ":" + abTestCode + ":" + midGroup; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // String thresholdKeyName = thresholdKeyNamePrefix + "ad-engine" + ":" + abtestConfigTag + ":" + abTestCode + ":" + midGroup; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String thresholdStr = redisHelper.get(thresholdKeyName); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         double threshold = (thresholdStr != null) ? Double.parseDouble(thresholdStr) : 0.0; 
			 |