Commit 4ab19eea by 王召彬

Merge branch 'fixbug-cfgcenter' into test

parents f7a8665c 5c87effe
...@@ -82,7 +82,6 @@ class CfgCenter ...@@ -82,7 +82,6 @@ class CfgCenter
protected static function dbFetch($keyStr) protected static function dbFetch($keyStr)
{ {
return 'sdfsdf';
$keyArr = self::parseKeyStr($keyStr); $keyArr = self::parseKeyStr($keyStr);
$name = array_shift($keyArr); $name = array_shift($keyArr);
$dbConn = self::dbConnect(); $dbConn = self::dbConnect();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment