소스 검색

删掉日志

lichangdong 5 일 전
부모
커밋
56a2e10883
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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("请联系管理员")
 	}