mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-11 01:52:49 +00:00
变量名称错误
This commit is contained in:
parent
432bbe6904
commit
5ba7e7f637
@ -57,7 +57,7 @@ return [
|
||||
// Query类
|
||||
'query' => '',
|
||||
// 是否需要断线重连
|
||||
'break_reconnect' => false,
|
||||
'break_reconnect' => true,
|
||||
],
|
||||
|
||||
// 更多的数据库配置信息
|
||||
|
||||
@ -93,7 +93,7 @@ class GroupDataService
|
||||
if($isCaChe)
|
||||
return $callable();
|
||||
|
||||
return CacheService::get($cacheName,$cacheName);
|
||||
return CacheService::get($cacheName,$callable);
|
||||
|
||||
}catch (\Throwable $e){
|
||||
return [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user