* Adjust params.

This commit is contained in:
caoyanyi
2023-09-27 14:16:06 +08:00
parent fc1ab2b8a5
commit c3d1e9a4bd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2304,7 +2304,7 @@ class testtaskModel extends model
public function getByBuild(int $buildID): object|false
{
return $this->dao->select('*')->from(TABLE_TESTTASK)
->where('build')->eq($build->id)
->where('build')->eq($buildID)
->andWhere('deleted')->eq(0)
->fetch();
}