fix(测试用例): 编辑用例评审日志记录错误

--bug=1048757 --user=王旭 【测试用例】评审-编辑用例评审名称-修改用例评审名称成功后-查看日志-生成的日志应该显示修改后的名称 https://www.tapd.cn/55049933/s/1609958
This commit is contained in:
WangXu10 2024-11-14 16:18:43 +08:00 committed by Craftsman
parent b236c3b7cb
commit e2c5590b06
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ public class CaseReviewLogService {
caseReview.getCreateUser(),
OperationLogType.UPDATE.name(),
OperationLogModule.CASE_MANAGEMENT_REVIEW_REVIEW,
caseReview.getName());
requests.getName());
dto.setPath("/case/review/edit");
dto.setMethod(HttpMethodConstants.POST.name());