Forráskód Böngészése

feat:修改获取mid特征

zhaohaipeng 1 hónapja
szülő
commit
154f2ca326

+ 0 - 1
recommend-server-service/src/main/java/com/tzld/piaoquan/recommend/server/service/FeatureService.java

@@ -255,7 +255,6 @@ public class FeatureService {
         protos.add(this.genWithMid("alg_mid_feature_share_tags", mid));
         protos.add(this.genWithMid("alg_mid_feature_sharecf", mid));
         protos.add(this.genWithMid("alg_mid_feature_returncf", mid));
-        protos.add(this.genWithMid("alg_recsys_feature_user_share_return_stat", mid));
 
         return this.getFeatureByProto(protos);
     }