* adjust code for productModel select method.

This commit is contained in:
wangyidong
2023-05-08 19:31:34 +08:00
parent 7c85122876
commit 917f33a192
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class programplan extends control
/* 获取项目下产品并调整三级导航操作按钮。 */
$products = $this->loadModel('product')->getProducts($projectID);
if($this->session->hasProduct) $this->lang->modulePageNav = $this->product->select($products, $productID, 'programplan', 'browse', $type, 0, 0, '', false);
if($this->session->hasProduct) $this->lang->modulePageNav = $this->product->select($products, $productID, 'programplan', 'browse', $type, 0, false);
/* 生成阶段列表页阶段数据。 */
$stages = $this->programplanZen->buildBrowseStages($projectID, $productID, $baselineID, $type, $orderBy);