From a1ca9bfafcbc3259b8a9ccf372963886b7d2b1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=B8=85?= <133814250@qq.com> Date: Sun, 14 May 2023 23:58:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83v2.7.3=E7=89=88=E6=9C=AC?= =?UTF-8?q?=EF=BC=8C=E6=9B=B4=E6=96=B0=E5=86=85=E5=AE=B9=E8=AF=B7=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=EF=BC=9Ahttps://github.com/bufanyun/hotgo/blob/v2.0/d?= =?UTF-8?q?ocs/guide-zh-CN/start-update-log.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/internal/dao/admin_member_post.go | 2 -- server/internal/logic/sys/login_log.go | 1 - 2 files changed, 3 deletions(-) diff --git a/server/internal/dao/admin_member_post.go b/server/internal/dao/admin_member_post.go index dd59983..1afd6f3 100644 --- a/server/internal/dao/admin_member_post.go +++ b/server/internal/dao/admin_member_post.go @@ -7,7 +7,6 @@ package dao import ( "context" "github.com/gogf/gf/v2/errors/gerror" - "github.com/gogf/gf/v2/frame/g" "hotgo/internal/dao/internal" "hotgo/internal/model/entity" ) @@ -30,7 +29,6 @@ var ( // UpdatePostIds 更新管理员岗位 func (dao *adminMemberPostDao) UpdatePostIds(ctx context.Context, memberId int64, postIds []int64) (err error) { - g.DumpWithType(postIds) _, err = dao.Ctx(ctx). Where("member_id", memberId). Delete() diff --git a/server/internal/logic/sys/login_log.go b/server/internal/logic/sys/login_log.go index c4072ad..8a23ced 100644 --- a/server/internal/logic/sys/login_log.go +++ b/server/internal/logic/sys/login_log.go @@ -148,7 +148,6 @@ func (s *sSysLoginLog) View(ctx context.Context, in sysin.LoginLogViewInp) (res // Push 推送登录日志 func (s *sSysLoginLog) Push(ctx context.Context, in sysin.LoginLogPushInp) { - g.DumpWithType(in) if in.Response == nil { in.Response = new(adminin.LoginModel) }