From 922cf78224d918e0877c5bea96cd1379bd67ce55 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Wed, 1 Feb 2023 10:52:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BB=A3=E7=A0=81=E6=BA=90?= =?UTF-8?q?=E5=A4=B4=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/comp_gateroute.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/comp_gateroute.go b/services/comp_gateroute.go index 1f87e10f4..63b3d6e10 100644 --- a/services/comp_gateroute.go +++ b/services/comp_gateroute.go @@ -199,7 +199,7 @@ func (this *SCompGateRoute) NoticeUserLogin(ctx context.Context, args *pb.Notice "serviceTag": args.ServiceTag, "gatewayServiceId": args.GatewayServiceId, "ip": args.Ip, - }) + }, db.SetDBMgoLog(false)) return nil }