提交 0958b76e 编写于 作者: L leejoker

h5链接增加海报id

上级 ccb63681
......@@ -164,12 +164,14 @@ public class WeTaskFissionServiceImpl implements IWeTaskFissionService {
String postersPath = weTaskFission.getPostersUrl();
//目标员工id
String fissStaffId = weTaskFission.getFissionTargetId();
//todo H5生成海报页面路径
//H5生成海报页面路径
StringBuilder pageUrlBuilder = new StringBuilder(pageUrl);
pageUrlBuilder.append("?")
.append("fissionId=").append(id)
.append("&")
.append("userId=").append(fissStaffId);
.append("userId=").append(fissStaffId)
.append("&")
.append("posterId=").append(weTaskFission.getPostersId());
LinkMessageDto linkMessageDto = new LinkMessageDto();
linkMessageDto.setPicurl(postersPath);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册