提交 037b5d6a 编写于 作者: 李光春's avatar 李光春

- 优化cache和session服务

上级 07aa9502
## v6.0.94 / 2020-07-20
## v6.0.95 / 2020-07-20
- 优化cache和session服务
## v6.0.93 / 2020-07-20
......
......@@ -87,7 +87,7 @@ class Mysql
->where('cache_name', $this->cache_name)
->whereTime('cache_expire', '>=', time())
->order('cache_expire desc')
->value('access_token', '');
->value('cache_value', '');
}
/**
......
......@@ -26,7 +26,7 @@ use think\db\exception\DbException;
/**
* 定义当前版本
*/
const VERSION = '6.0.94';
const VERSION = '6.0.95';
if (!function_exists('get_ip_info')) {
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册