request->get(); $status = $get['status'] ?? 0; $tx = $get['tx'] ?? dict::getDict('yeTx', 'canNot'); $where = []; if (!empty($status)) { $where['status'] = $status; } $where['shopId'] = $this->shopId; $where['tx'] = $tx; $list = ShopYeChangeClass::getChangeList($where); util::success($list); } }