fix(接口测试): 修复场景更新日志显示错误的缺陷

--bug=1039810 --user=王孝刚 【接口测试】场景-更新场景名称-查看系统/组织/项目日志-名称应该显示修改后的名称
https://www.tapd.cn/55049933/s/1506872
This commit is contained in:
wxg0103 2024-04-23 17:25:14 +08:00 committed by 刘瑞斌
parent 0e03e09a4b
commit ef9dfd62fd
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ public class ApiScenarioLogService {
null,
OperationLogType.UPDATE.name(),
OperationLogModule.API_SCENARIO_MANAGEMENT_SCENARIO,
apiScenario.getName());
request.getName());
dto.setHistory(true);
dto.setOriginalValue(JSON.toJSONBytes(request));
return dto;