Browse Source

Merge remote-tracking branch 'origin/master'

yumeng 1 năm trước cách đây
mục cha
commit
cfa9e6d9d2

+ 6 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/DelKuaiShouVideoGetServiceImpl.java

@@ -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);
     }
 
     //修改广告创意为删除状态