fix(测试计划): 修复抽屉重复关联apiCase数据为空问题
--bug=1042528 --user=王旭 【测试计划】计划开启可重复关联开关-测试规划-关联接口用例窗口-CASE页面-未展示接口用例数据 https://www.tapd.cn/55049933/s/1531382
This commit is contained in:
parent
30ae2bc8da
commit
b3086f3da8
|
@ -211,7 +211,7 @@ public class TestPlanApiCaseService extends TestPlanResourceService {
|
||||||
if (CollectionUtils.isEmpty(request.getProtocols())) {
|
if (CollectionUtils.isEmpty(request.getProtocols())) {
|
||||||
return new ArrayList<>();
|
return new ArrayList<>();
|
||||||
}
|
}
|
||||||
return apiTestCaseService.page(request, isRepeat, false, request.getTestPlanId());
|
return apiTestCaseService.page(request, false, isRepeat, request.getTestPlanId());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue