* Finish task #7721.

This commit is contained in:
Yagami
2020-08-31 13:34:32 +08:00
parent 05a4a31426
commit 116a7e43b3
43 changed files with 278 additions and 279 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ class actionModel extends model
}
$action->extra = trim(trim($action->extra), ',');
}
/* Code for cmmi. */
/* Code for waterfall. */
elseif($actionName == 'createrequirements')
{
$names = $this->dao->select('id,title')->from(TABLE_STORY)->where('id')->in($action->extra)->fetchPairs('id', 'title');