0626 ljc 报告生成时插入数据接口修改

This commit is contained in:
HopeLi 2025-06-26 16:38:16 +08:00
parent 222e0906b9
commit a5e2e070a0

View File

@ -313,7 +313,7 @@ public class ReportServiceImpl implements ReportService {
// 4.查询PipPipeline列表并转成map: pipelineId -> pipelineName
Map<String, String> pipelineMap = pipelineDao.selectList(
new QueryWrapper<PipPipeline>().in("pipeline_id", pipelineIdSet))
new QueryWrapper<PipPipeline>().in("id", pipelineIdSet))
.stream()
.collect(Collectors.toMap(
PipPipeline::getId,