Skip to content

Commit 787b915

Browse files
committed
fix: wrong sql missing “s”
1 parent b370920 commit 787b915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqle/model/workflow_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ SELECT
3939
GROUP BY w.id
4040
{{- if .filter_instance_id }}
4141
HAVING
42-
FIND_IN_SET(:filter_instance_id, instance_id) > 0
42+
FIND_IN_SET(:filter_instance_id, instance_ids) > 0
4343
{{- end }}
4444
4545
ORDER BY w.id DESC

0 commit comments

Comments
 (0)