作者 刘锟

合并分支 'akun' 到 'master'

Akun



查看合并请求 !3247
... ... @@ -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';
... ...