* Add case of execution model.

This commit is contained in:
田淑杰
2023-01-11 10:15:25 +08:00
parent dbd926aa1c
commit f5ad89ea13
2 changed files with 63 additions and 8 deletions
+1 -1
View File
@@ -2234,7 +2234,7 @@ class executionTest
else
{
if(count((array)$object['closed']) == 0 and count((array)$object['nokey']) == 0) return 'empty';
return $object;
return count($object['nokey']->tasks);
}
}