制度手册注释历史记录代码

This commit is contained in:
zhal 2023-11-24 10:57:22 +08:00
parent f68451b494
commit 347af553a3
2 changed files with 2 additions and 2 deletions

View File

@ -195,9 +195,9 @@ public class Report1Gener {
prReportComment.getCommentContent(dataMap, repositoryModel); // 获取一些公共的数据(手册首页的手册岗位名称部门时间等)
ReportRepositoryCompare compare = new ReportRepositoryCompare();
/*ReportRepositoryCompare compare = new ReportRepositoryCompare();
JSONArray historyVersionModify = compare.getModifyVersionHistory(repositoryId);
dataMap.put("history_table", historyVersionModify);
dataMap.put("history_table", historyVersionModify);*/
// 修订记录
dataMap.put("version_history_table", getVersionHistoryTable(repositoryModel));