* Refactor getDefaultManagers method and case.

This commit is contained in:
tianshujie
2023-09-11 14:13:04 +08:00
parent ba883c1ebe
commit 2813fa619f
3 changed files with 8 additions and 32 deletions
-22
View File
@@ -977,28 +977,6 @@ class executionTest
return count($objects);
}
/**
* function getDefaultManagers test by execution
*
* @param string $executionID
* @access public
* @return array
*/
public function getDefaultManagersTest($executionID)
{
$object = $this->executionModel->getDefaultManagers($executionID);
if(dao::isError())
{
$error = dao::getError();
return $error;
}
else
{
return $object;
}
}
/**
* 根据产品ID列表查询分支信息。
* Get branch information by the product ID list.