request->get(); $ghsId = $get['ghsId'] ?? 0; $ghs = GhsClass::getById($ghsId, true); GhsClass::valid($ghs, $this->shopId); $where = []; $where['ghsId'] = $ghsId; $list = GhsBalanceChangeClass::getChangeList($where); util::success($list); } }