日志评论、回复 消息提醒
This commit is contained in:
parent
beda9fc933
commit
dc6ba28009
@ -170,7 +170,7 @@ public class WorkLogCommentServiceImpl implements WorkLogCommentService {
|
|||||||
if (openId != null) {
|
if (openId != null) {
|
||||||
|
|
||||||
//发送消息通知
|
//发送消息通知
|
||||||
subscribeMessageSendApi.sendCompanyNotice(LogCommentConvert.INSTANCE.convertLogComment(
|
subscribeMessageSendApi.sendWorkLogComment(LogCommentConvert.INSTANCE.convertLogComment(
|
||||||
openId, workLogComment, userMap.get(workLogComment.getUserId()).getNickname(),
|
openId, workLogComment, userMap.get(workLogComment.getUserId()).getNickname(),
|
||||||
"formal"));
|
"formal"));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user