提交 c3f2a410 编写于 作者: D Devil

文件配置信息错误修复

上级 38867224
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册