Skip to content

Commit

Permalink
Merge pull request #2327 from jsonwan/github_perf/analysis
Browse files Browse the repository at this point in the history
perf: 分析执行方案中的异常执行目标时只分析启用的步骤 #2323
  • Loading branch information
jsonwan authored Aug 9, 2023
2 parents f166361 + 87a4425 commit 2a996d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ public List<Long> listTaskPlanIds(Long templateId) {

@Override
public ServiceTaskPlanDTO getTaskPlanById(Long appId, Long planId) {
return taskPlanResourceClient.getPlanById(appId, planId, true).getData();
return taskPlanResourceClient.getPlanById(appId, planId, false).getData();
}
}

0 comments on commit 2a996d9

Please sign in to comment.