Skip to content

Commit

Permalink
Merge pull request #2697 from actiontech/issue-2675-7
Browse files Browse the repository at this point in the history
fix: wrong sql missing “s”
  • Loading branch information
LordofAvernus authored Oct 18, 2024
2 parents b370920 + 787b915 commit 19aa32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqle/model/workflow_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SELECT
GROUP BY w.id
{{- if .filter_instance_id }}
HAVING
FIND_IN_SET(:filter_instance_id, instance_id) > 0
FIND_IN_SET(:filter_instance_id, instance_ids) > 0
{{- end }}
ORDER BY w.id DESC
Expand Down

0 comments on commit 19aa32c

Please sign in to comment.