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