소스 검색

增加日志

xueyiming 8 달 전
부모
커밋
11885eb60c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/ContentServiceImpl.java

+ 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<>();
         }