Commit 7d687ced by 王祖波

Merge branch 'feature-content4-3' into developer

parents 046caed9 5692d3f6
......@@ -353,6 +353,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