wangyunpeng 5 дней назад
Родитель
Сommit
46e36cec93

+ 1 - 1
api-module/src/main/java/com/tzld/piaoquan/api/service/contentplatform/impl/ContentPlatformPlanServiceImpl.java

@@ -334,7 +334,7 @@ public class ContentPlatformPlanServiceImpl implements ContentPlatformPlanServic
         // 调用aigc重新拉取视频
         if (param.getType() == ContentPlatformGzhPlanTypeEnum.AUTO_REPLY.getVal()) {
             if (PublishStageEnum.PLATFORM.getVal() == param.getPublishStage()) {
-                new Thread(() -> aigcApiService.refreshGzhAutoReplyMsgData(account.getGhId())).start();
+                //new Thread(() -> aigcApiService.refreshGzhAutoReplyMsgData(account.getGhId())).start();
             } else {
                 BucketDataParam bucketDataParam = new BucketDataParam();
                 bucketDataParam.setGhId(account.getGhId());