* add function note

This commit is contained in:
yfl
2019-04-23 14:52:45 +08:00
parent 31f688c2c7
commit 70935c1874
+7 -1
View File
@@ -1638,7 +1638,13 @@ class testcase extends control
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->display();
}
/**
* Export case getModuleByStory
*
* @params int $storyID
* @return void
*/
public function ajaxGetStoryMoule($storyID)
{
$story = $this->dao->select('module')->from(TABLE_STORY)->where('id')->eq($storyID)->fetch();