Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev-1.8.0' into dev-1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qweqnotallow committed Sep 18, 2024
2 parents d6c4c87 + 16c1c25 commit 1b61985
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,10 @@
,t1.uuid as uuid
,t1.status as status
,t1.is_default_reference as isDefaultReference
,t3.associate_git as associateGit
from dss_orchestrator_info t1
left join dss_workflow_node_meta t2 on t1.id = t2.orchestrator_id
left join dss_project t3 on t1.project_id = t3.id
where t1.id = #{orchestratorId}
</select>

Expand Down

0 comments on commit 1b61985

Please sign in to comment.