This commit is contained in:
hufangzhou
2023-11-14 10:21:40 +08:00
parent e226bf504f
commit ab1fc69fa7
+1 -1
View File
@@ -444,7 +444,7 @@ class release extends control
if(!empty($release->leftBugs))
{
$bugs = $this->dao->select('id, title')->from(TABLE_BUG)
->where(id)->in($release->leftBugs)
->where('id')->in($release->leftBugs)
->andWhere('deleted')->eq(0)
->fetchAll('id');