|
|
|
@ -867,6 +867,7 @@ func (s *Rpc) ListOrgInfoByOrgKeyWord(ctx context.Context, in *BaseOrganizationP
|
|
|
|
|
reply.Count = int32(len(list))
|
|
|
|
|
reply.Success = true
|
|
|
|
|
reply.Message = Const.SuccessDataBaseAction
|
|
|
|
|
reply.List = CommonUtil.SerializeToString(list)
|
|
|
|
|
return &reply, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|