Ver código fonte

fix:系统用户禁用启用

zqbao 10 meses atrás
pai
commit
79309b450e
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      controllers/sys_user.go

+ 0 - 1
controllers/sys_user.go

@@ -602,7 +602,6 @@ func (this *SysUserController) EditEnabled() {
 
 	br.Ret = 200
 	br.Success = true
-	br.IsAddLog = true
 	br.Msg = "操作成功"
 }