* Add cache for block.

This commit is contained in:
Lufei
2023-06-02 14:19:58 +08:00
parent 3a919802df
commit 9db5597475
7 changed files with 118 additions and 52 deletions
+1
View File
@@ -319,6 +319,7 @@ class baseControl
$this->{$moduleName} = $model;
$this->dao = $model->dao;
$this->cache = $model->cache;
return $model;
}