request->get(); $where = []; $io = $get['io'] ?? 1; $where['sjId'] = $this->sjId; $where['shopId'] = $this->shopId; $where['io'] = $io; $list = ShopCapitalClass::getCapitalList($where); util::success($list); } }