任务评论通知@的替换的问题

This commit is contained in:
wulin 2020-12-15 14:26:30 +08:00
parent b4d8a49e2f
commit ac732bc9bd

View File

@ -760,7 +760,7 @@ public class DingtalkBusiness {
info.setEmployeeId(userIds);
logger.info("推送的人员信息{}", info);
dingTalkUtil.sendSingleActionCardMSG(appid, info, WorkMsgTypeEnum.TASK_REPLY_COMMENT.getTitle(),
WorkMsgTypeEnum.TASK_REPLY_COMMENT.getContent(), WorkMsgTypeEnum.TASK_REPLY_COMMENT.getBtnText(), url, token);
content, WorkMsgTypeEnum.TASK_REPLY_COMMENT.getBtnText(), url, token);
m = 0;
userIds = "";
continue;