Merge branch 'release/21.7.4' into feature/workflowgroup

This commit is contained in:
sunguangming
2025-07-29 05:08:22 +00:00
643 changed files with 20227 additions and 3922 deletions
+3 -4
View File
@@ -373,14 +373,13 @@ class admin extends control
try
{
$this->dbh->exec($sql);
if(isset($this->config->admin->metricLib->updateSQLs[++$key])) return $this->send(['result' => 'success', 'key' => $key]);
return $this->send(['result' => 'success']);
}
catch(PDOException $e)
{
return $this->sendError($e->getMessage());
$this->app->triggerError($e->getMessage(), __FILE__, __LINE__);
}
if(isset($this->config->admin->metricLib->updateSQLs[++$key])) return $this->send(['result' => 'success', 'key' => $key]);
return $this->send(['result' => 'success']);
}
$this->view->title = $this->lang->metriclib->common;