|
...
|
...
|
@@ -117,7 +117,7 @@ class Common |
|
|
|
* @author :liyuhang
|
|
|
|
* @method
|
|
|
|
*/
|
|
|
|
public static function set_user_cache($data = [],$table,$id,$type = 'B'){
|
|
|
|
public static function set_user_cache($data,$table,$id,$type = 'B'){
|
|
|
|
$cache = config('cache.user_is_cache');
|
|
|
|
if(isset($cache) && ($cache['is_cache'] == true)){
|
|
|
|
$key = 'cache_'.$table.'_'.$id.'_type';
|
...
|
...
|
|