xueyiming 2 月之前
父节点
当前提交
5d22065e1b

+ 5 - 5
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/CoreServiceImpl.java

@@ -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,