* Add fix update story.

This commit is contained in:
lichengjun
2021-06-29 09:07:00 +08:00
parent b0c6f39a35
commit 2e9351bad6
2 changed files with 2 additions and 17 deletions
-15
View File
@@ -77,21 +77,6 @@ class gitlabModel extends model
->fetchPairs();
}
/**
* Get gitlab gitlabID and gitlabProjectID.
*
* @param int $gitlab
* @access public
* @return void
*/
public function getGitlabToGitlabProject($storyID)
{
return $this->dao->select('BID,BVersion')->from(TABLE_RELATION)
->where('relation')->eq('gitlab')
->andWhere('AID')->eq($storyID)
->fetchAll();
}
/**
* Get zentao account gitlab user id pairs of one gitlab.
*