This commit is contained in:
Yagami
2022-11-14 16:20:48 +08:00
+1
View File
@@ -2089,6 +2089,7 @@ class bugModel extends model
->leftJoin(TABLE_BUILD)->alias('t2')->on('t1.id = t2.execution')
->where('t2.id')->in($buildID)
->fetchAll('id');
if(empty($executions)) return array();
$condition = 'execution NOT ' . helper::dbIN(array_keys($executions));
$minBegin = '';