fix(项目设置): 用例模板操作日志问题
--bug=1027549 --user=宋昌昌 【项目管理】 github #25346在项目管理-模板管理创建了新模板,项目管理-操作日志没有记录新的日志 https://www.tapd.cn/55049933/s/1393222
This commit is contained in:
parent
730eb1a244
commit
1a777df55d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue