From 98132899a235850bcc04564376051125d45b9975 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 20 Oct 2023 19:01:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=99=BB=E5=BD=95=E9=80=80=E5=87=BA?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=97=A5=E5=BF=97=EF=BC=8C=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E4=B8=BA1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/common/controller/account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/common/controller/account.go b/src/modules/common/controller/account.go index 4e137aa1..02e690da 100644 --- a/src/modules/common/controller/account.go +++ b/src/modules/common/controller/account.go @@ -134,7 +134,7 @@ func (s *AccountController) Logout(c *gin.Context) { os, browser := ctxUtils.UaOsBrowser(c) // 创建系统访问记录 s.sysLogLoginService.NewSysLogLogin( - userName, commonConstants.STATUS_NO, "退出成功", + userName, commonConstants.STATUS_YES, "退出成功", ipaddr, location, os, browser, ) }