From 70935c1874fa7fcceb1db5d8f9b4b54df8282305 Mon Sep 17 00:00:00 2001 From: yfl <554665488@qq.com> Date: Tue, 23 Apr 2019 14:52:45 +0800 Subject: [PATCH] * add function note --- module/testcase/control.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/module/testcase/control.php b/module/testcase/control.php index 7be9f16005..c6cfea1731 100644 --- a/module/testcase/control.php +++ b/module/testcase/control.php @@ -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();