Merge branch 'sprint/tsj_uinttest' of https://gitlab.zcorp.cc/easycorp/zentaopms into sprint/tsj_uinttest

This commit is contained in:
caoyanyi
2023-01-05 14:28:18 +08:00
3 changed files with 36 additions and 15 deletions
+12
View File
@@ -187,4 +187,16 @@ class programTest
$program = $this->program->getByID($programID);
return $this->program->hasUnfinished($program);
}
/*
* get involved programs.
*
* @param string $account
* @access public
* @return array
*/
public function getInvolvedProgramsTest($account)
{
return $this->program->getInvolvedPrograms($account);
}
}