Commit 0ceaeef4 by 王祖波

素材id

parent 1f61fb82
......@@ -316,6 +316,7 @@ public class GroupChatPlanController {
List<ChatContentDTO> contentDTOList = JSONArray.parseArray(content, ChatContentDTO.class);
materials = contentDTOList.stream().map(x -> {
MaterialDTO materialDTO = new MaterialDTO();
materialDTO.setMaterialId(x.getRelation_id());
materialDTO.setMaterialTitle(x.getTitle());
materialDTO.setMaterialType(x.getType());
materialDTO.setMaterialContent(x.getContent());
......
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