Commit 72605fd2 by 冷斌

update

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