|  | @@ -316,7 +316,7 @@ public class FeatureService {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          // ********************* new mid ******************
 | 
	
		
			
				|  |  |          protos.add(genWithMid("mid_global_feature_20250212", mid));
 | 
	
		
			
				|  |  | -        protos.add(genWithMid("mid_u2u_friend_index_feature_20250212", mid));
 | 
	
		
			
				|  |  | +        //protos.add(genWithMid("mid_u2u_friend_index_feature_20250212", mid));
 | 
	
		
			
				|  |  |          protos.add(genWithMid("alg_recsys_feature_user_share_return_stat", mergeMid));
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          return getFeatureByProto(protos);
 | 
	
	
		
			
				|  | @@ -346,8 +346,8 @@ public class FeatureService {
 | 
	
		
			
				|  |  |                  protos.add(this.genWithKeyMap("alg_merge_cate2_recommend_exp_feature_20250212", vid, ImmutableMap.of("merge_cate2", featureMap.getOrDefault("merge_second_level_cate", "unknown").trim())));
 | 
	
		
			
				|  |  |                  protos.add(this.genWithKeyMap("alg_video_unionid_recommend_exp_feature_20250212", vid, ImmutableMap.of("video_unionid", featureMap.getOrDefault("title_time_w_h_unionid", "unknown"))));
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -                protos.add(this.genWithKeyMap("mid_merge_cate1_feature_20250212", vid, ImmutableMap.of("mid", mid, "merge_cate1", featureMap.getOrDefault("merge_first_level_cate", "unknown").trim())));
 | 
	
		
			
				|  |  | -                protos.add(this.genWithKeyMap("mid_merge_cate2_feature_20250212", vid, ImmutableMap.of("mid", mid, "merge_cate2", featureMap.getOrDefault("merge_second_level_cate", "unknown").trim())));
 | 
	
		
			
				|  |  | +                //protos.add(this.genWithKeyMap("mid_merge_cate1_feature_20250212", vid, ImmutableMap.of("mid", mid, "merge_cate1", featureMap.getOrDefault("merge_first_level_cate", "unknown").trim())));
 | 
	
		
			
				|  |  | +                //protos.add(this.genWithKeyMap("mid_merge_cate2_feature_20250212", vid, ImmutableMap.of("mid", mid, "merge_cate2", featureMap.getOrDefault("merge_second_level_cate", "unknown").trim())));
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          }
 | 
	
	
		
			
				|  | @@ -355,7 +355,7 @@ public class FeatureService {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          // 用户维度特征
 | 
	
		
			
				|  |  |          protos.add(this.genWithMid("mid_global_feature_20250212", mid));
 | 
	
		
			
				|  |  | -        protos.add(this.genWithMid("mid_u2u_friend_index_feature_20250212", mid));
 | 
	
		
			
				|  |  | +        //protos.add(this.genWithMid("mid_u2u_friend_index_feature_20250212", mid));
 | 
	
		
			
				|  |  |          protos.add(this.genWithMid("alg_mid_feature_return_tags", mid));
 | 
	
		
			
				|  |  |          protos.add(this.genWithMid("alg_mid_feature_share_tags", mid));
 | 
	
		
			
				|  |  |          protos.add(this.genWithMid("alg_mid_feature_sharecf", mid));
 |