* Update the object associated with the use case through the operation record.

This commit is contained in:
leiyong
2023-08-17 01:41:19 +00:00
parent 6527e17457
commit 51295d3f20
17 changed files with 562 additions and 89 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ class testsuiteModel extends model
if(!$append) return $cases;
$this->loadModel('common')->saveQueryCondition($this->dao->get(), 'testcase', false);
return $this->loadModel('testcase')->appendData($cases);
return $cases;
}
/**