yumeng %!s(int64=4) %!d(string=hai) anos
pai
achega
1ba3a05273

+ 2 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaiShouDailyReportTaskServiceImpl.java

@@ -127,6 +127,8 @@ public class KuaiShouDailyReportTaskServiceImpl extends ServiceImpl<KuaiShouDail
                     reportDailyCreativeMapper.loadCreativeDailyReport(task.getAccountId(), localPath);
                     Thread.sleep(1 * 1000);
                     reportDailyCreativeMapper.formatCreativeDailyReportData(task.getAccountId(), task.getStatDate());
+                } else if (task.getViewType() == 10) {
+                    reportDailyCreativeMapper.loadProgramCreativeDailyReport(task.getAccountId(), localPath);
                 }
             }