refactor: 修改资源池日志更新内容
This commit is contained in:
parent
1b700915fe
commit
7bb1602c5c
|
@ -295,7 +295,7 @@ public class TestResourcePoolService {
|
||||||
request.getId(),
|
request.getId(),
|
||||||
null,
|
null,
|
||||||
OperationLogType.ADD.name(),
|
OperationLogType.ADD.name(),
|
||||||
OperationLogModule.SYSTEM_TEST_RESOURCE_POOL,
|
OperationLogModule.SETTING_SYSTEM_RESOURCE_POOL,
|
||||||
request.getName());
|
request.getName());
|
||||||
|
|
||||||
dto.setPath("/test/resource/pool/add");
|
dto.setPath("/test/resource/pool/add");
|
||||||
|
@ -313,7 +313,7 @@ public class TestResourcePoolService {
|
||||||
id,
|
id,
|
||||||
pool.getCreateUser(),
|
pool.getCreateUser(),
|
||||||
OperationLogType.DELETE.name(),
|
OperationLogType.DELETE.name(),
|
||||||
OperationLogModule.SYSTEM_TEST_RESOURCE_POOL,
|
OperationLogModule.SETTING_SYSTEM_RESOURCE_POOL,
|
||||||
pool.getName());
|
pool.getName());
|
||||||
|
|
||||||
dto.setPath("/delete");
|
dto.setPath("/delete");
|
||||||
|
@ -334,7 +334,7 @@ public class TestResourcePoolService {
|
||||||
pool.getId(),
|
pool.getId(),
|
||||||
pool.getCreateUser(),
|
pool.getCreateUser(),
|
||||||
OperationLogType.UPDATE.name(),
|
OperationLogType.UPDATE.name(),
|
||||||
OperationLogModule.SYSTEM_TEST_RESOURCE_POOL,
|
OperationLogModule.SETTING_SYSTEM_RESOURCE_POOL,
|
||||||
"更新资源池配置");
|
"更新资源池配置");
|
||||||
|
|
||||||
dto.setPath("/update");
|
dto.setPath("/update");
|
||||||
|
|
Loading…
Reference in New Issue