日志评论、回复 消息提醒

This commit is contained in:
furongxin 2024-05-22 16:33:23 +08:00
parent beda9fc933
commit dc6ba28009

View File

@ -170,7 +170,7 @@ public class WorkLogCommentServiceImpl implements WorkLogCommentService {
if (openId != null) {
//发送消息通知
subscribeMessageSendApi.sendCompanyNotice(LogCommentConvert.INSTANCE.convertLogComment(
subscribeMessageSendApi.sendWorkLogComment(LogCommentConvert.INSTANCE.convertLogComment(
openId, workLogComment, userMap.get(workLogComment.getUserId()).getNickname(),
"formal"));
}