* Check auth.

This commit is contained in:
zhujinyong
2022-01-05 09:05:32 +08:00
parent 087cc82369
commit ff9ceaccad
11 changed files with 449 additions and 99 deletions

View File

@@ -581,10 +581,10 @@ class program extends control
*
* @param int $programID
* @param array $account
* @access public
* @access protected
* @return void
*/
public function updateChildUserView($programID = 0, $account = array())
protected function updateChildUserView($programID = 0, $account = array())
{
$childPGMList = $this->dao->select('id')->from(TABLE_PROJECT)->where('path')->like("%,$programID,%")->andWhere('type')->eq('program')->fetchPairs();
$childPRJList = $this->dao->select('id')->from(TABLE_PROJECT)->where('path')->like("%,$programID,%")->andWhere('type')->eq('project')->fetchPairs();