Commit 7faf9f97 by 冷斌

fix bug

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