|
|
@@ -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());
|