日志评论 发送信息模板

This commit is contained in:
furongxin 2024-05-23 14:31:13 +08:00
parent 18b350904e
commit e554cada7f

View File

@ -60,7 +60,7 @@ public interface LogCommentConvert {
message.addData(content);
message.setMiniprogramState(miniProgramState);
message.setPage("/subPages/notice/detail?id=");
message.setPage("/subPages/workLogDetail/workLogDetail?id=" + logCommentDO.getWorkLogId());
return message;
}
}