* Fix bug

This commit is contained in:
滔哥
2017-11-09 13:39:41 +08:00
parent 2f2c99f346
commit e627415f6c
14 changed files with 70 additions and 53 deletions
+1 -1
View File
@@ -897,7 +897,7 @@ class testtaskModel extends model
}
}
$this->loadModel('score')->create('testtask', 'runCase', $runID);
if(!dao::isError()) $this->loadModel('score')->create('testtask', 'runCase', $runID);
return $caseResult;
}