+ install: clear dao cache after installing.

This commit is contained in:
liugang
2024-05-30 16:25:58 +08:00
parent 41d6163168
commit bb52cf0bb0
+2
View File
@@ -385,6 +385,8 @@ class install extends control
$this->install->importBIData();
$this->dao->clearCache();
$skipApp = (string)getenv('ZT_SKIP_DEVOPS_INIT');
$link = ($this->config->inQuickon && (!$skipApp || $skipApp == 'false')) ? inlink('app') : inlink('step6');
return $this->send(array('result' => 'success', 'load' => $link));