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