0626 ljc 报告生成时插入数据接口修改
This commit is contained in:
parent
222e0906b9
commit
a5e2e070a0
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user