+ install: clear dao cache after installing.

This commit is contained in:
liugang
2024-05-30 16:54:08 +08:00
committed by caoyanyi
parent e3a0d6bc28
commit 75145f36fa
+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));