This commit is contained in:
hufangzhou
2021-12-09 10:34:47 +08:00
committed by 孙广明
parent 5287e87410
commit c7d5310496
+1 -1
View File
@@ -513,7 +513,7 @@ class program extends control
$this->view->dept = $dept;
$this->view->depts = array('' => '') + $this->dept->getOptionMenu();
$this->view->stakeholders = $this->program->getStakeholders($programID, 't1.id_desc');
$this->view->parentStakeholders = $this->program->getStakeholdersByList($parentIdList);
$this->view->parentStakeholders = $this->program->getStakeholdersByPrograms($parentIdList);
$this->display();
}