mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-03 14:02:47 +08:00
更新核心类库
This commit is contained in:
@@ -190,8 +190,8 @@ trait Extend {
|
||||
if(false !== ($value = F($guid))) { // 存在缓存写入数据
|
||||
if(time()>S($guid.'_time')+$lazyTime) {
|
||||
// 延时更新时间到了,删除缓存数据 并实际写入数据库
|
||||
S($guid,NULL);
|
||||
S($guid.'_time',NULL);
|
||||
S($guid,null);
|
||||
S($guid.'_time',null);
|
||||
return $value+$step;
|
||||
}else{
|
||||
// 追加数据到缓存
|
||||
|
||||
Reference in New Issue
Block a user