|
@@ -185,8 +185,13 @@ public class DelKuaiShouVideoGetServiceImpl extends ServiceImpl<DelKuaiShouVideo
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ List<String> pids = videoGetMapper.getPhotoIds(accountId, "0");
|
|
|
+ List<String> pids2 = videoGetMapper.getPhotoIds2(accountId, "0");
|
|
|
+ if (Check.isNull(pids) && Check.isNull(pids2)) {
|
|
|
+ log.info("---------状态改变完成--------- :"+accountId);
|
|
|
+ }
|
|
|
//批量删除视频
|
|
|
- checkDeleteVideo(token.getAccessToken(), accountId);
|
|
|
+// checkDeleteVideo(token.getAccessToken(), accountId);
|
|
|
}
|
|
|
|
|
|
//修改广告创意为删除状态
|