fix(测试计划): 修复测试计划模块日志记录错误问题

--bug=1048749 --user=王旭 【项目管理】日志-测试用例删除模块-操作日志内名称字段显示内容应该与删除计划模块的日志名称内容一致 https://www.tapd.cn/55049933/s/1609900
This commit is contained in:
WangXu10 2024-11-14 15:45:47 +08:00 committed by Craftsman
parent 383ea83848
commit b236c3b7cb
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public class TestPlanModuleLogService {
.method(requestMethod) .method(requestMethod)
.path(requestUrl) .path(requestUrl)
.sourceId(deleteModule.getId()) .sourceId(deleteModule.getId())
.content(deleteModule.getName() + " " + Translator.get("log.delete_module")) .content(deleteModule.getName())
.originalValue(JSON.toJSONBytes(deleteModule)) .originalValue(JSON.toJSONBytes(deleteModule))
.createUser(operator) .createUser(operator)
.build().getLogDTO(); .build().getLogDTO();