fix(测试计划): 修复报告查询报错

--bug=1048768 --user=王旭 【测试计划】报告-计划组包含两个子计划-两个子计划总共关联了一个缺陷-一键填写报告总结显示2个缺陷 https://www.tapd.cn/55049933/s/1609541
This commit is contained in:
WangXu10 2024-11-13 17:37:48 +08:00 committed by Craftsman
parent 1777b2c8d4
commit 407639f7e2
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public interface ExtTestPlanReportMapper {
List<TaskCenterDTO> getChildTaskCenter(@Param("ids") List<String> groupReportIds); List<TaskCenterDTO> getChildTaskCenter(@Param("ids") List<String> groupReportIds);
@BaseConditionFilter
List<TestPlanReportDetailResponse> getPlanReportListById(@Param("request") TestPlanReportDetailPageRequest request); List<TestPlanReportDetailResponse> getPlanReportListById(@Param("request") TestPlanReportDetailPageRequest request);
List<ReportDTO> getReports(@Param("request") TaskCenterBatchRequest request, @Param("projectIds") List<String> projectIds, List<ReportDTO> getReports(@Param("request") TaskCenterBatchRequest request, @Param("projectIds") List<String> projectIds,