#510 rankV19

已合併
wangyunpeng 13 小時之前 將 1 次代碼提交從 Server/wyp/20250918-rankV19合併至 Server/master

+ 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