request->get('ghsId', 0); $ghs = GhsClass::getById($id, true); GhsClass::valid($ghs, $this->shopId); $shopId = $ghs->shopId ?? 0; $ext = ShopExtClass::getByCondition(['shopId' => $shopId], true); $list = XjClass::getSjXj($ext); util::success(['list' => $list]); } }