Skip to content

Commit

Permalink
fix: wrong sql missing “s”
Browse files Browse the repository at this point in the history
  • Loading branch information
winfredLIN committed Oct 18, 2024
1 parent b370920 commit 787b915
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 787b915

Please sign in to comment.