文件配置信息错误修复

feat/task1-c-wallet
Devil 2021-05-15 23:50:24 +08:00
parent 388672247e
commit c3f2a41038
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ class ConfigService
cache($k, $v);
// 数据文件缓存
if(array_key_exists($k, self::$file_cache_keys))
if(in_array($k, self::$file_cache_keys))
{
MyFileConfig($k, $v);
}