+ install: calling method to enable dao cache.

This commit is contained in:
liugang
2024-06-04 14:20:12 +08:00
committed by caoyanyi
parent 3c3acb348d
commit dc56100ef9
+2
View File
@@ -385,6 +385,8 @@ class install extends control
$this->install->importBIData();
$this->install->enableDaoCache();
/**
* 安装完成后清除缓存。
* 通过 dao 的 exec 方法更新数据库会自动更新缓存。