Commit 7faf9f97 by 冷斌

fix bug

parent f22c7d84
......@@ -319,6 +319,7 @@ class UserauthController extends AdminbaseController
$result = $auth->where("uid='{$_POST['uid']}'")->save([
'status' => $_POST['status'],
'reason' => $_POST['reason'],
'uptime' => time()
]);
if ($result) {
$data = $auth->where("uid='{$_POST['uid']}'");
......
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