Commit 754b8185 by songyinghui

feat: 互动记录列表

parent aa9a3429
...@@ -68,7 +68,7 @@ public class InteractRecordController { ...@@ -68,7 +68,7 @@ public class InteractRecordController {
ContentMaterialBaseDTO materialBaseInfo = materialBaseMap.get(Long.parseLong(item.getBizId())); ContentMaterialBaseDTO materialBaseInfo = materialBaseMap.get(Long.parseLong(item.getBizId()));
if (materialBaseInfo != null) { if (materialBaseInfo != null) {
ContentMaterialInfoVO temp = new ContentMaterialInfoVO(); ContentMaterialInfoVO temp = new ContentMaterialInfoVO();
BeanUtils.copyProperties(materialBaseInfo, item); BeanUtils.copyProperties(materialBaseInfo, temp);
interactRecordVO.setContentMaterialInfoVO(temp); interactRecordVO.setContentMaterialInfoVO(temp);
} }
return interactRecordVO; return interactRecordVO;
......
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