yumeng 5 gadi atpakaļ
vecāks
revīzija
74031f6907

+ 3 - 7
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaishouInterfaceServiceImpl.java

@@ -2908,13 +2908,9 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
                         kuaiShouVideoGet.setMaterialType(type);
                     }
                     kuaiShouVideoGetService.saveOrUpdate(kuaiShouVideoGet);
-                    Thread thread = new Thread() {
-                        @Override
-                        public void run() {
-                            videoGetService.getKeyFrame(token, accountId, md5, String.valueOf(photo_id));
-                        }
-                    };
-                    thread.start();
+
+                    videoGetService.getKeyFrame(token, accountId, md5, String.valueOf(photo_id));
+
                 }
             }
         }