|
@@ -30,6 +30,7 @@ public class BytedanceHourlyReportLoadJob implements Job {
|
|
|
|
|
|
@Override
|
|
|
public void execute(JobExecutionContext jobExecutionContext) throws JobExecutionException {
|
|
|
+ log.info("头条时报数据获取开始");
|
|
|
Date getDate = new Date();
|
|
|
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("HH");
|
|
|
String hour = simpleDateFormat.format(getDate);
|
|
@@ -61,5 +62,6 @@ public class BytedanceHourlyReportLoadJob implements Job {
|
|
|
});
|
|
|
|
|
|
});
|
|
|
+ log.info("头条时报数据获取结束");
|
|
|
}
|
|
|
}
|