* fix bug.

This commit is contained in:
王怡栋
2022-11-14 16:20:23 +08:00
parent 461aa69449
commit 27086ff4a2
+1
View File
@@ -2086,6 +2086,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 = '';