This commit is contained in:
wangchuxiao 2022-06-15 16:18:41 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent a6b1a35bea
commit 2f3a731f3a

View File

@ -111,7 +111,7 @@ func (s *organizationServer) CreateDepartment(ctx context.Context, req *rpc.Crea
FaceURL: req.DepartmentInfo.FaceURL,
CreateTime: uint32(time.Now().Unix()),
CreatorUserID: req.OpUserID,
GroupType: constant.DepartmentGroup,
GroupType: constant.NormalGroup,
OwnerUserID: req.OpUserID,
},
OperationID: req.OperationID,