Commit f4adf229 by 徐高华

Merge branch 'feature-canvas' into 'developer'

社群

See merge request !2369
parents a05ba648 488882b2
......@@ -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