Ver código fonte

Merge branch 'wyp/0611-fix' of Server/long-article-recommend into master

wangyunpeng 1 mês atrás
pai
commit
33c387aafb

+ 2 - 2
long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/service/XxlJobService.java

@@ -145,10 +145,10 @@ public class XxlJobService {
     @ApolloJsonValue("${cold.pool.produce.planId:[\"20240802021606053813696\", \"20240802080355355308981\",\n" +
             "\"20240805154433785506170\", \"20240805154359027876170\", \"20241024100016206421084\", " +
             "\"20241030070010871546586\"]}")
-    private static List<String> producePlanIds;
+    private List<String> producePlanIds;
 
     @Value("${sync.publish.content.thread.pool.size:5}")
-    private static Integer syncPublishContentThreadPoolSize;
+    private Integer syncPublishContentThreadPoolSize;
 
     @XxlJob("checkPublishPlan")
     public ReturnT<String> checkPublishPlan(String param) {