Commit 6a1ffe99 by 王召彬

fixbug

parent 80da399a
......@@ -54,7 +54,7 @@ class CfgCenter
}
$valObj = json_decode($result[0]['value']);
if(!is_object($valObj)) {
return [$name, $valObj];
return [$name, $result[0]['value']];
}
$keys = '';
foreach($keyArr as $key) {
......
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