Commit 76a62bf1 by 冷斌

update

parent 72605fd2
......@@ -89,7 +89,7 @@ class UserauthController extends AdminbaseController
$process = date("Y-m-d H:i:s",$v['uptime']);
}
$xlsData[$k]['process'] = $process;
print_r($xlsData[$k]);
var_dump($xlsData[$k]);
die;
}
......
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