Commit 488882b2 by 徐高华

社群

parent c278e52b
......@@ -181,6 +181,9 @@ public class GroupChatPlanController {
MaterialDTO materialDTO = new MaterialDTO();
materialDTO.setMaterialType(x.getType());
materialDTO.setMaterialContent(x.getContent());
if(materialDTO.getMaterialType() == 4) {
materialDTO.setLink(x.getContent());
}
materialDTO.setImgUrl(x.getImg());
return materialDTO;
}).collect(Collectors.toList());
......
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