mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-04 13:09:28 +08:00
refactor: 修改资源池日志更新内容
This commit is contained in:
parent
1b700915fe
commit
7bb1602c5c
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user