mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-27 01:50:31 +08:00
增加操作日志查看界面
This commit is contained in:
@@ -72,7 +72,7 @@ func (this *AdminDAO) ExistEnabledAdmin(adminId int64) (bool, error) {
|
||||
}
|
||||
|
||||
// 获取管理员名称
|
||||
func (this *AdminDAO) FindAdminFullname(adminId int) (string, error) {
|
||||
func (this *AdminDAO) FindAdminFullname(adminId int64) (string, error) {
|
||||
return this.Query().
|
||||
Pk(adminId).
|
||||
Result("fullname").
|
||||
|
||||
Reference in New Issue
Block a user