This commit is contained in:
caoyanyi
2022-04-06 15:46:25 +08:00
parent 64f7e522bf
commit ae8728b5da
+2
View File
@@ -1866,6 +1866,8 @@ class testcase extends control
if($_POST)
{
$this->testcase->createFromImport($productID, (int)$branch);
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));
if($this->post->isEndPage)
{
unlink($tmpFile);