变量名称错误

This commit is contained in:
liaofei 2019-11-19 12:07:05 +08:00
parent 432bbe6904
commit 5ba7e7f637
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ return [
// Query类 // Query类
'query' => '', 'query' => '',
// 是否需要断线重连 // 是否需要断线重连
'break_reconnect' => false, 'break_reconnect' => true,
], ],
// 更多的数据库配置信息 // 更多的数据库配置信息

View File

@ -93,7 +93,7 @@ class GroupDataService
if($isCaChe) if($isCaChe)
return $callable(); return $callable();
return CacheService::get($cacheName,$cacheName); return CacheService::get($cacheName,$callable);
}catch (\Throwable $e){ }catch (\Throwable $e){
return []; return [];