if (body.ocname) {
        try {
          let org = {}
          if (isNumber(body.ocname)) {
            org = yield fetchOrgDataByCid(body.ocname)