fix(项目设置): 用例模板操作日志问题

--bug=1027549 --user=宋昌昌 【项目管理】 github #25346在项目管理-模板管理创建了新模板,项目管理-操作日志没有记录新的日志 https://www.tapd.cn/55049933/s/1393222
This commit is contained in:
song-cc-rock 2023-07-13 18:48:37 +08:00 committed by fit2-zhao
parent 730eb1a244
commit 1a777df55d
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ public class TestCaseTemplateService extends TemplateBaseService {
item.setOriginalValue(StringUtils.EMPTY);
}
});
OperatingLogDetails details = new OperatingLogDetails(JSON.toJSONString(templateWithBLOBs.getId()), null, templateWithBLOBs.getName(), templateWithBLOBs.getCreateUser(), columns);
OperatingLogDetails details = new OperatingLogDetails(JSON.toJSONString(templateWithBLOBs.getId()), templateWithBLOBs.getProjectId(), templateWithBLOBs.getName(), templateWithBLOBs.getCreateUser(), columns);
return JSON.toJSONString(details);
}
return null;