* Fix error message can not pop up the problem.

This commit is contained in:
tianshujie
2023-11-06 14:29:28 +08:00
parent e732eda34c
commit 86c02ca46e
3 changed files with 23 additions and 5 deletions
+2
View File
@@ -340,6 +340,8 @@ class execution extends control
{
$postData = form::batchData($this->config->execution->form->importBug)->get();
$tasks = $this->executionZen->buildTasksForImportBug($execution, $postData);
if(dao::isError()) return $this->sendError(dao::getError());
$this->execution->importBug($tasks);
if(dao::isError()) return $this->sendError(dao::getError());