fix(测试计划): 功能用例执行步骤查看报错问题

--bug=1044180 --user=宋昌昌 【测试计划】-有功能用例执行结果的测试计划生成报告,在报告详情中查看功能用例执行详情失败 https://www.tapd.cn/55049933/s/1550518
This commit is contained in:
song-cc-rock 2024-07-18 15:47:51 +08:00 committed by 刘瑞斌
parent e887d92873
commit 27d8d1ac47
1 changed files with 0 additions and 1 deletions

View File

@ -163,7 +163,6 @@ public class TestPlanReportController {
@GetMapping("/detail/functional/case/step/{reportId}")
@Operation(summary = "测试计划-报告-详情-功能用例-执行步骤结果")
@RequiresPermissions(value = {PermissionConstants.TEST_PLAN_REPORT_READ, PermissionConstants.TEST_PLAN_READ_EXECUTE}, logical = Logical.OR)
@CheckOwner(resourceId = "#reportId", resourceType = "test_plan_case_execute_history")
public TestPlanCaseExecHistoryResponse getFunctionalExecuteResult(@PathVariable String reportId) {
return testPlanReportService.getFunctionalExecuteResult(reportId);
}