* adjust for upgrade.

This commit is contained in:
wangyidong
2017-03-23 11:54:55 +08:00
parent c9bda5f577
commit 05fc92c45c
37 changed files with 652 additions and 324 deletions
+1 -1
View File
@@ -923,7 +923,7 @@ class testcaseModel extends model
->fetchGroup('case');
$oldCases = $this->dao->select('*')->from(TABLE_CASE)->where('id')->in($_POST['id'])->fetchAll('id');
}
$storyVersionPairs = $this->dao->select('id,version')->from(TABLE_STORY)->where('id')->in($data->story)->fetchPairs('id', 'version');
$storyVersionPairs = $this->story->getVersions($data->story);
$cases = array();
foreach($data->product as $key => $product)