Skip to content

Commit

Permalink
[cuebot] Minor fix on dispatch query (#1590)
Browse files Browse the repository at this point in the history
Fix error introduced by
291b694
  • Loading branch information
DiegoTavares authored Nov 19, 2024
1 parent 291b694 commit fd2b881
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class DispatchQuery {
"AND job.pk_facility = ? " +
"AND " +
"(" +
"job.str_os IS NULL OR job.str_os IN '' " +
"job.str_os IS NULL OR job.str_os = '' " +
"OR " +
"job.str_os IN ? " +
") " +
Expand Down

0 comments on commit fd2b881

Please sign in to comment.