Browse Source

删掉日志

lichangdong 3 days ago
parent
commit
56a2e10883
1 changed files with 0 additions and 1 deletions
  1. 0 1
      internal/logic/add_friend/add_friend_list_logic.go

+ 0 - 1
internal/logic/add_friend/add_friend_list_logic.go

@@ -63,7 +63,6 @@ func (l *AddFriendListLogic) AddFriendList(req *types.AddFriendListReq) (resp *t
 		predicates = append(predicates, addwechatfriendlog.IsCanAddEQ(*req.Status))
 	}
 	data, err := l.svcCtx.DB.AddWechatFriendLog.Query().Where(predicates...).Page(l.ctx, req.Page, req.PageSize)
-	logx.Info("数据", data)
 	if err != nil {
 		return nil, errorx.NewInvalidArgumentError("请联系管理员")
 	}