* [task#124866,doing,0.1h] add commit.

This commit is contained in:
zhouxin
2024-08-08 16:15:13 +08:00
committed by 宋辰轩
parent 173ed6c974
commit 5f465d47c0
+8
View File
@@ -647,6 +647,14 @@ class dataset
return $this->defaultWhere($stmt, 't2');
}
/**
* 获取执行下的用例步骤数据。
* Get case steps data with execution.
*
* @param string $fieldList
* @access public
* @return PDOStatement
*/
public function getExecutionCasesSteps($fieldList)
{
$stmt = $this->dao->select($fieldList)->from(TABLE_CASESTEP)->alias('t1')