|
@@ -674,11 +674,11 @@ public class CoreServiceImpl implements CoreService {
|
|
|
return;
|
|
|
}
|
|
|
log.info("gzhPushParam={}", gzhPushParam);
|
|
|
-// String pushId = aigcService.createPushTask(gzhPushParam);
|
|
|
-// log.info("pushId = {}", pushId);
|
|
|
-// if (StringUtils.isNotEmpty(pushId)) {
|
|
|
-// publicContentService.updatePublishContentPushId(sendIds, pushId);
|
|
|
-// }
|
|
|
+ String pushId = aigcService.createPushTask(gzhPushParam);
|
|
|
+ log.info("pushId = {}", pushId);
|
|
|
+ if (StringUtils.isNotEmpty(pushId)) {
|
|
|
+ publicContentService.updatePublishContentPushId(sendIds, pushId);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
private List<PublishMiniprogram> getPublishMiniprogramList(List<VideoDetail> videoDetails, PlanAccount planAccount,
|