fix(测试计划): 功能用例执行步骤查看报错问题
--bug=1044180 --user=宋昌昌 【测试计划】-有功能用例执行结果的测试计划生成报告,在报告详情中查看功能用例执行详情失败 https://www.tapd.cn/55049933/s/1550518
This commit is contained in:
parent
e887d92873
commit
27d8d1ac47
|
@ -163,7 +163,6 @@ public class TestPlanReportController {
|
||||||
@GetMapping("/detail/functional/case/step/{reportId}")
|
@GetMapping("/detail/functional/case/step/{reportId}")
|
||||||
@Operation(summary = "测试计划-报告-详情-功能用例-执行步骤结果")
|
@Operation(summary = "测试计划-报告-详情-功能用例-执行步骤结果")
|
||||||
@RequiresPermissions(value = {PermissionConstants.TEST_PLAN_REPORT_READ, PermissionConstants.TEST_PLAN_READ_EXECUTE}, logical = Logical.OR)
|
@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) {
|
public TestPlanCaseExecHistoryResponse getFunctionalExecuteResult(@PathVariable String reportId) {
|
||||||
return testPlanReportService.getFunctionalExecuteResult(reportId);
|
return testPlanReportService.getFunctionalExecuteResult(reportId);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue