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

Merge branch 'wyp/0303-exportFix' of Server/long-article-recommend into master

wangyunpeng 4 hónapja
szülő
commit
09df3bc298

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

@@ -2206,7 +2206,7 @@ public class DataDashboardService {
                         Pair.of("V", "0.00%")
                 );
         doSendFeishuSheet(dateStrList, dailyDetailSheetToken, "qEipyL", rowNum, rows,
-                3, styles, null);
+                4, styles, null);
     }
 
     private ContentFunnelExport buildContentFunnelExport(String dateStr) {