mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-07-16 04:11:05 +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)
|
protected function _edit_form_result(bool $result)
|
||||||
{
|
{
|
||||||
if ($result) {
|
if ($result) {
|
||||||
$id = input('id') ?: 0;
|
$id = input('id') ? : 0;
|
||||||
sysoplog('系统用户管理', "修改系统用户[{$id}]成功");
|
sysoplog('系统用户管理', "修改系统用户[{$id}]成功");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user