|
@@ -68,8 +68,8 @@ public class AiKuaishouNewCreateCampaignServiceImpl implements IAiKuaishouNewCre
|
|
|
|
|
|
// 2.2 执行 素造的 视频拉取服务,时间过滤执行 yyyy-MM-dd HH:mm:ss
|
|
|
// 时间差,单位为分钟
|
|
|
- int timeStart = -10;
|
|
|
- int timeEnd = -5;
|
|
|
+ int timeStart = -20;
|
|
|
+ int timeEnd = -15;
|
|
|
Long now = System.currentTimeMillis();
|
|
|
String startTime = DateUtils.formatDate(new Date(now + timeStart*60*1000),"yyyy-MM-dd HH:mm:ss");
|
|
|
String endTime = DateUtils.formatDate(new Date(now + timeEnd*60*1000),"yyyy-MM-dd HH:mm:ss");
|