From 76ee5be606e01e4925b5533df34d419efaf03d6f Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Thu, 12 May 2022 19:11:55 +0800 Subject: [PATCH] organization --- internal/rpc/organization/organization.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rpc/organization/organization.go b/internal/rpc/organization/organization.go index f1fc0e0a4..f4afd4c06 100644 --- a/internal/rpc/organization/organization.go +++ b/internal/rpc/organization/organization.go @@ -470,7 +470,7 @@ func (s *organizationServer) GetDepartmentMember(ctx context.Context, req *rpc.G return &resp, nil } -func (s *organizationServer) GetDepartmentRelatedGroupIDList(ctx context.Context, req rpc.GetDepartmentRelatedGroupIDListReq) (resp *rpc.GetDepartmentRelatedGroupIDListResp, err error) { +func (s *organizationServer) GetDepartmentRelatedGroupIDList(ctx context.Context, req *rpc.GetDepartmentRelatedGroupIDListReq) (resp *rpc.GetDepartmentRelatedGroupIDListResp, err error) { log.NewInfo(req.OperationID, utils.GetSelfFuncName(), "req: ", req.String()) resp = &rpc.GetDepartmentRelatedGroupIDListResp{} groupIDList, err := imdb.GetDepartmentRelatedGroupIDList(req.DepartmentIDList)