fix(测试计划): 修复抽屉重复关联apiCase数据为空问题

--bug=1042528 --user=王旭 【测试计划】计划开启可重复关联开关-测试规划-关联接口用例窗口-CASE页面-未展示接口用例数据 https://www.tapd.cn/55049933/s/1531382
This commit is contained in:
WangXu10 2024-06-19 10:37:27 +08:00 committed by Craftsman
parent 30ae2bc8da
commit b3086f3da8
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ public class TestPlanApiCaseService extends TestPlanResourceService {
if (CollectionUtils.isEmpty(request.getProtocols())) {
return new ArrayList<>();
}
return apiTestCaseService.page(request, isRepeat, false, request.getTestPlanId());
return apiTestCaseService.page(request, false, isRepeat, request.getTestPlanId());
}