fix(接口测试): 接口用例集合报告查看详情报错没权限

--bug=1045144 --user=陈建星 接口用例集合报告查看详情报错没权限 https://www.tapd.cn/55049933/s/1562763
This commit is contained in:
AgAngle 2024-08-14 16:59:43 +08:00 committed by 刘瑞斌
parent cec60cbe71
commit 2a48763c41
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ public class ApiScenarioReportController {
private ApiCheckPermissionService apiCheckPermissionService;
@GetMapping("/get/{reportId}")
@CheckOwner(resourceId = "#reportId", resourceType = "api_scenario_report")
public ApiScenarioReportResult get(@PathVariable String reportId) {
return apiReportService.get(reportId, false);
}