* Fix an error.

This commit is contained in:
孙广明
2021-11-08 11:02:11 +08:00
parent ceef9ab63f
commit 143abdf45b
-1
View File
@@ -184,7 +184,6 @@ class programModel extends model
->on('t1.project = t2.id')
->where('t2.deleted')->eq(0)
->andWhere('t1.product')->in($productPairs)
->andWhere('t2.status')->eq('doing')
->andWhere('t2.type')->eq('project')
->beginIF(!$this->app->user->admin)->andWhere('t2.id')->in($this->app->user->view->projects)->fi()
->fetchGroup('product');