refactor(用例管理): 日志操作人记录修改
This commit is contained in:
parent
29db17a9a4
commit
d329372d6b
|
@ -168,7 +168,7 @@ public class FunctionalCaseLogService {
|
|||
functionalCase.getProjectId(),
|
||||
"",
|
||||
id,
|
||||
functionalCase.getCreateUser(),
|
||||
null,
|
||||
OperationLogType.RECOVER.name(),
|
||||
OperationLogModule.FUNCTIONAL_CASE,
|
||||
functionalCase.getName());
|
||||
|
@ -194,7 +194,7 @@ public class FunctionalCaseLogService {
|
|||
functionalCase.getProjectId(),
|
||||
"",
|
||||
functionalCase.getId(),
|
||||
functionalCase.getCreateUser(),
|
||||
null,
|
||||
OperationLogType.RECOVER.name(),
|
||||
OperationLogModule.FUNCTIONAL_CASE,
|
||||
functionalCase.getName());
|
||||
|
@ -221,7 +221,7 @@ public class FunctionalCaseLogService {
|
|||
functionalCase.getProjectId(),
|
||||
null,
|
||||
functionalCase.getId(),
|
||||
functionalCase.getCreateUser(),
|
||||
null,
|
||||
OperationLogType.DELETE.name(),
|
||||
OperationLogModule.FUNCTIONAL_CASE,
|
||||
functionalCase.getName());
|
||||
|
@ -252,7 +252,7 @@ public class FunctionalCaseLogService {
|
|||
functionalCase.getProjectId(),
|
||||
null,
|
||||
functionalCase.getId(),
|
||||
functionalCase.getCreateUser(),
|
||||
null,
|
||||
OperationLogType.DISASSOCIATE.name(),
|
||||
OperationLogModule.FUNCTIONAL_CASE,
|
||||
functionalCase.getName());
|
||||
|
@ -278,7 +278,7 @@ public class FunctionalCaseLogService {
|
|||
functionalCase.getProjectId(),
|
||||
null,
|
||||
functionalCase.getId(),
|
||||
functionalCase.getCreateUser(),
|
||||
null,
|
||||
OperationLogType.DISASSOCIATE.name(),
|
||||
OperationLogModule.FUNCTIONAL_CASE,
|
||||
functionalCase.getName());
|
||||
|
@ -327,7 +327,7 @@ public class FunctionalCaseLogService {
|
|||
functionalCase.getProjectId(),
|
||||
null,
|
||||
functionalCase.getId(),
|
||||
functionalCase.getCreateUser(),
|
||||
null,
|
||||
OperationLogType.DELETE.name(),
|
||||
OperationLogModule.FUNCTIONAL_CASE,
|
||||
functionalCase.getName());
|
||||
|
@ -383,7 +383,7 @@ public class FunctionalCaseLogService {
|
|||
functionalCase.getProjectId(),
|
||||
null,
|
||||
functionalCase.getId(),
|
||||
functionalCase.getCreateUser(),
|
||||
null,
|
||||
OperationLogType.DISASSOCIATE.name(),
|
||||
OperationLogModule.FUNCTIONAL_CASE,
|
||||
functionalCase.getName());
|
||||
|
|
Loading…
Reference in New Issue