refactor: 修改资源池日志更新内容

This commit is contained in:
guoyuqi 2023-08-23 14:24:38 +08:00 committed by 刘瑞斌
parent 1b700915fe
commit 7bb1602c5c

View File

@ -295,7 +295,7 @@ public class TestResourcePoolService {
request.getId(),
null,
OperationLogType.ADD.name(),
OperationLogModule.SYSTEM_TEST_RESOURCE_POOL,
OperationLogModule.SETTING_SYSTEM_RESOURCE_POOL,
request.getName());
dto.setPath("/test/resource/pool/add");
@ -313,7 +313,7 @@ public class TestResourcePoolService {
id,
pool.getCreateUser(),
OperationLogType.DELETE.name(),
OperationLogModule.SYSTEM_TEST_RESOURCE_POOL,
OperationLogModule.SETTING_SYSTEM_RESOURCE_POOL,
pool.getName());
dto.setPath("/delete");
@ -334,7 +334,7 @@ public class TestResourcePoolService {
pool.getId(),
pool.getCreateUser(),
OperationLogType.UPDATE.name(),
OperationLogModule.SYSTEM_TEST_RESOURCE_POOL,
OperationLogModule.SETTING_SYSTEM_RESOURCE_POOL,
"更新资源池配置");
dto.setPath("/update");