* [feedback#7901,done,1h] Get all products.

This commit is contained in:
daitingting
2024-12-11 09:44:38 +08:00
committed by 綦新志
parent 73d1b4cea1
commit d92ca06fd4
+1 -1
View File
@@ -472,7 +472,7 @@ class productZen extends product
}
if($this->app->tab == 'project') return $this->product->getProducts($this->session->project);
if($this->app->tab == 'feedback') return $this->loadModel('feedback')->getGrantProducts(false);
if($this->app->tab == 'feedback') return $this->loadModel('feedback')->getGrantProducts(false, false, 'all');
return $this->product->getList(0, 'all', 0, 0, $shadow);
}