This commit is contained in:
holan20180123
2021-05-14 16:25:53 +08:00
parent b2c6bcb6fc
commit f57fb51fb9
8 changed files with 46 additions and 1 deletions
+2
View File
@@ -882,8 +882,10 @@ class testtaskModel extends model
$data->version = 1;
$data->order = ++ $lastOrder;
$this->dao->replace(TABLE_PROJECTCASE)->data($data)->exec();
$this->loadModel('action')->create('case', $caseID, 'linked2testtask', '', $taskID);
}
}
}
/**