| 
					
				 | 
			
			
				@@ -38,9 +38,9 @@ public class NLPRemoteService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @ApolloJsonValue("${score.interest.type:{}}") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private Map<String, String> accountScoreInterestTypeMap; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @ApolloJsonValue("${score.viewCount.filter:{}}") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    private Map<String, String> accountScoreViewCountFilterMap; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private Map<String, Integer> accountScoreViewCountFilterMap; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @ApolloJsonValue("${score.min.time:{}}") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    private Map<String, String> accountScoreMinTimeMap; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private Map<String, Long> accountScoreMinTimeMap; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private static CloseableHttpClient client = HttpPoolFactory.nlpPool(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private static final String scoreListUrl = "http://61.48.133.26:6060/score_list"; 
			 |