This commit is contained in:
wangyuting
2022-11-21 06:41:06 +00:00
parent d2c3dbd5d0
commit f71d6abf17
+1 -1
View File
@@ -91,7 +91,7 @@ class docModel extends model
$products = $this->loadModel('product')->getPairs();
$projects = $this->loadModel('project')->getPairsByProgram();
$executions = $this->loadModel('execution')->getPairs();
$executions = $this->loadModel('execution')->getPairs(0, 'all', 'multiple');
$waterfalls = array();
if(empty($objectID) and ($type == 'all' or $type == 'execution'))
{