正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -107,7 +107,7 @@ class Common | @@ -107,7 +107,7 @@ class Common | ||
| 107 | if(isset($cache) && ($cache['is_cache'] == true)){ | 107 | if(isset($cache) && ($cache['is_cache'] == true)){ |
| 108 | if(is_array($id)){ | 108 | if(is_array($id)){ |
| 109 | foreach ($id as $v){ | 109 | foreach ($id as $v){ |
| 110 | - $key = 'cache_'.$table.'_'.$id.'_type'; | 110 | + $key = 'cache_'.$table.'_'.$v.'_type'; |
| 111 | Cache::store('file')->pull($key); | 111 | Cache::store('file')->pull($key); |
| 112 | } | 112 | } |
| 113 | }else{ | 113 | }else{ |
-
请 注册 或 登录 后发表评论