mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-07-15 20:01:06 +08:00
Pre Merge pull request !15 from 枫谷流云/N/A
This commit is contained in:
commit
f6be1377d3
@ -198,7 +198,7 @@ class User extends Controller
|
||||
protected function _edit_form_result(bool $result)
|
||||
{
|
||||
if ($result) {
|
||||
$id = input('id') ?: 0;
|
||||
$id = input('id') ? : 0;
|
||||
sysoplog('系统用户管理', "修改系统用户[{$id}]成功");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user