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

新增内蒙会话内容存档

anderx 4 hónapja%!(EXTRA string=óta)
szülő
commit
2f135ae6c9

+ 1 - 1
src/main/java/com/kede/common/task/ConversationContentTask.java

@@ -51,7 +51,7 @@ public class ConversationContentTask {
         Integer count = 0;
         // type=0 湖南,1=内蒙
 
-        for (int type = 0; type < 2; type++) {
+        for (int type = 1; type < 2; type++) {
             //循环获取数据,每次100条,count不足100条时最后一次循序
             while (count < pageLimit) {