|
@@ -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);
|
|
|
}
|
|
|
}
|
|
|
|