Authored by min.ling

update

... ... @@ -1531,6 +1531,7 @@ public class GrassArticleServiceImpl implements IGrassArticleService {
rspBo.setCoverImg(videoMap.get(article.getId()) == null ? "" : videoMap.get(article.getId()).getString("coverUrl"));
//短视频url
rspBo.setVideoUrl(videoMap.get(article.getId()) == null ? "" : videoMap.get(article.getId()).getString("videoUrl"));
rspBo.setFileId(videoMap.get(article.getId()) == null ? "" : videoMap.get(article.getId()).getString("fileId"));
rspBoList.add(rspBo);
});
return rspBoList;
... ...