制度手册注释历史记录代码
This commit is contained in:
parent
f68451b494
commit
347af553a3
Binary file not shown.
@ -195,9 +195,9 @@ public class Report1Gener {
|
|||||||
|
|
||||||
prReportComment.getCommentContent(dataMap, repositoryModel); // 获取一些公共的数据(手册首页的手册岗位名称、部门、时间等)
|
prReportComment.getCommentContent(dataMap, repositoryModel); // 获取一些公共的数据(手册首页的手册岗位名称、部门、时间等)
|
||||||
|
|
||||||
ReportRepositoryCompare compare = new ReportRepositoryCompare();
|
/*ReportRepositoryCompare compare = new ReportRepositoryCompare();
|
||||||
JSONArray historyVersionModify = compare.getModifyVersionHistory(repositoryId);
|
JSONArray historyVersionModify = compare.getModifyVersionHistory(repositoryId);
|
||||||
dataMap.put("history_table", historyVersionModify);
|
dataMap.put("history_table", historyVersionModify);*/
|
||||||
|
|
||||||
// 修订记录
|
// 修订记录
|
||||||
dataMap.put("version_history_table", getVersionHistoryTable(repositoryModel));
|
dataMap.put("version_history_table", getVersionHistoryTable(repositoryModel));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user