作者 lyh

gx批量添加关键字

... ... @@ -135,6 +135,9 @@ class Common
if(isset($cache) && ($cache['is_cache'] == true)){
if(is_array($id)){
foreach ($id as $v){
if(is_array($v)){
continue;
}
$key = 'cache_'.$table.'_'.$v.'_type';
Cache::store('file')->pull($key);
}
... ...