* [task#124849,done,0.1h] get tasks include project without execution.

This commit is contained in:
zhouxin
2024-08-08 09:49:24 +08:00
committed by 綦新志
parent 7345f1cd17
commit 382f1ad8d4
-1
View File
@@ -383,7 +383,6 @@ class dataset
->andWhere('t2.shadow')->eq(0)
->andWhere('t4.deleted')->eq(0)
->andWhere('t4.type')->in('sprint,stage,kanban')
->andWhere('t4.multiple')->eq('1')
->andWhere('t5.deleted')->eq(0);
return $this->defaultWhere($stmt, 't1');