fix(测试用例): 修复新建评审日志key问题

--bug=1042582 --user=王旭 【测试用例】评审-新建用例评审-查看系统/组织/项目日志-操作对象为空 https://www.tapd.cn/55049933/s/1531709
This commit is contained in:
WangXu10 2024-06-19 15:06:44 +08:00 committed by Craftsman
parent f73b1faee8
commit ed6dbda6ab
1 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ public class CaseReviewLogService {
null,
null,
OperationLogType.ADD.name(),
OperationLogModule.CASE_REVIEW_CREATE,
OperationLogModule.CASE_REVIEW,
requests.getName());
dto.setPath("/case/review/add");
@ -82,7 +82,7 @@ public class CaseReviewLogService {
null,
null,
OperationLogType.COPY.name(),
OperationLogModule.CASE_REVIEW_CREATE,
OperationLogModule.CASE_REVIEW,
requests.getName());
dto.setPath("/case/review/copy");
@ -108,7 +108,7 @@ public class CaseReviewLogService {
caseReview.getId(),
caseReview.getCreateUser(),
OperationLogType.UPDATE.name(),
OperationLogModule.CASE_REVIEW_UPDATE,
OperationLogModule.CASE_REVIEW,
caseReview.getName());
dto.setPath("/case/review/edit");