* fix execution plans

This commit is contained in:
lanzongjun
2022-12-05 09:23:01 +08:00
parent a0c214eace
commit 9fc3e25635
+1 -1
View File
@@ -4673,7 +4673,7 @@ class executionModel extends model
}
else
{
$branchQuery .= "FIND_IN_SET('', branch)";
$branchQuery .= "FIND_IN_SET('0', branch)";
}
$branchQuery .= ')';