xueyiming hai 4 meses
pai
achega
11885eb60c

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

@@ -234,7 +234,7 @@ public class ContentServiceImpl implements ContentService {
         log.info("getPublishVideoDetail contentMiniVideos={}", contentMiniVideos);
         if (CollectionUtils.isEmpty(contentMiniVideos)) {
             LarkRobotUtil.sendMessage("文章获取小程序为空 matchVideo.getContentId=" + matchVideo.getContentId()
-                    + "planId=" + planAccount.getPlanId() + "accountName=" + planAccount.getAccountName());
+                    + " planId=" + planAccount.getPlanId() + " accountName=" + planAccount.getAccountName());
             log.info("文章获取小程序为空 matchVideo={} planAccount={}", matchVideo, planAccount);
             return new ArrayList<>();
         }