* [bug#58000,done,0.2h,0h] Fix fetchAll error.

This commit is contained in:
wangyuting
2024-12-20 13:40:37 +08:00
committed by 胡方舟
parent ec8224161c
commit e3b22de9bc
6 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -550,7 +550,7 @@ class testtaskZen extends testtask
->where('id')->in($caseIdList)
->beginIF($confirm == 'yes')->andWhere('auto')->ne('auto')->fi()
->orderBy($orderBy)
->fetchAll('id');
->fetchAll('id', false);
if($from != 'testtask') return $cases;
/* 如果批量执行的用例来自测试单,检查这些用例的版本,如果不是最新版就移除它们。*/