Commit 6a1ffe99 by 王召彬

fixbug

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