* fix score and child task bug

This commit is contained in:
滔哥
2017-11-03 00:27:58 +08:00
parent 06861184a2
commit 0dc610f36b
31 changed files with 161 additions and 55 deletions
+1 -1
View File
@@ -911,7 +911,7 @@ class testtaskModel extends model
}
}
$this->loadModel('score')->create('testTask', 'runCase', $postData->case);
$this->loadModel('score')->create('testtask', 'runCase', $runID);
return $caseResult;
}