作者 liyuhang

gx

@@ -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{