Browse Source

Merge branch 'wyp/20250918-rankV19' of Server/long-article-recommend into master

wangyunpeng 10 hours ago
parent
commit
165a803dc4

+ 1 - 1
long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/service/recommend/score/strategy/ViewCountRateStrategy.java

@@ -31,7 +31,7 @@ public class ViewCountRateStrategy implements ScoreStrategy {
     @Autowired
     AccountAvgInfoRepository accountAvgInfoRepository;
 
-    @Value("view.count.rate.his.first.publish.time.config:5")
+    @Value("${view.count.rate.his.first.publish.time.config:5}")
     private int hisFirstPublishTimeConfig;
 
     @Override