* Add case of execution model.

This commit is contained in:
田淑杰
2023-01-09 16:31:23 +08:00
parent c6d94b84a8
commit e5443346d0
4 changed files with 49 additions and 24 deletions
+1 -1
View File
@@ -808,7 +808,7 @@ class executionTest
}
elseif($count == "1")
{
return count($object);
return isset($object[$productID]) ? count($object[$productID]) : 0;
}
else
{