* Fix bug #25088.
This commit is contained in:
@@ -4441,6 +4441,18 @@ class executionModel extends model
|
||||
return $productpairs;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get lifetime by id list.
|
||||
*
|
||||
* @param string $idList
|
||||
* @access public
|
||||
* @return array
|
||||
*/
|
||||
public function getLifetimeByIdList($idList = '')
|
||||
{
|
||||
return $this->dao->select('id,lifetime')->from(TABLE_EXECUTION)->where('id')->in($idList)->fetchPairs();
|
||||
}
|
||||
|
||||
/**
|
||||
** Set stage tree path.
|
||||
**
|
||||
|
||||
Reference in New Issue
Block a user