mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
改进
This commit is contained in:
@@ -2355,7 +2355,7 @@ class Query
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($cache) && $resultSet) {
|
if (isset($cache) && false !== $resultSet) {
|
||||||
// 缓存数据集
|
// 缓存数据集
|
||||||
$this->cacheData($key, $resultSet, $cache);
|
$this->cacheData($key, $resultSet, $cache);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user