diff --git a/module/execution/model.php b/module/execution/model.php index 7420d45898..ae2dd53ee2 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -4673,7 +4673,7 @@ class executionModel extends model } else { - $branchQuery .= "FIND_IN_SET('', branch)"; + $branchQuery .= "FIND_IN_SET('0', branch)"; } $branchQuery .= ')';