* Modify the permissions of a function.

This commit is contained in:
tianshujie
2023-09-20 09:18:59 +08:00
parent c32c2cac9a
commit 87fb584363
+3 -3
View File
@@ -1521,11 +1521,11 @@ class programModel extends model
* 通过项目集ID列表批量获取项目集基本数据。
* Get program base data with program ID array.
*
* @param array $programIdList
* @access protected
* @param array $programIdList
* @access public
* @return array
*/
protected function getBaseDataList(array $programIdList): array
public function getBaseDataList(array $programIdList): array
{
return $this->dao->select('id,name,PM,path,parent,type')
->from(TABLE_PROGRAM)