Commit 5692d3f6 by 王祖波

素材知识库数据

parent ee595103
......@@ -327,6 +327,7 @@ public class ContentMaterialController {
ContentMaterialDataVO dataVO = null;
for (Long materialId : contentMaterialIdList) {
dataVO = new ContentMaterialDataVO();
dataVO.setContentMaterialId(materialId);
ContentMaterialLikeDTO likeDTO = likeMap.get(materialId);
if (likeDTO != null) {
Long likeCount = likeDTO.getLikeCount();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment